Only run CI on pushes to main and PRs
Some checks failed
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/pr/woodpecker Pipeline failed
ci/woodpecker/pull_request_closed/woodpecker Pipeline was successful

This commit is contained in:
Liam Steckler 2024-02-10 20:03:08 -08:00
parent 1ec5af8ec5
commit c3c2ab37cc

View file

@ -1,5 +1,9 @@
steps:
- name: lint
when:
- event: pull_request
- event: push
branch: main
image: python:3-alpine
commands:
- python -m pip install --upgrade pip