Only run CI on pushes to main and PRs #13

Merged
buckbanzai merged 1 commit from woodpecker-run-only-on-main-and-pr into main 2024-02-10 20:03:48 -08:00
Showing only changes of commit c3c2ab37cc - Show all commits

View file

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