Add event filters to Woodpecker CI configuration

This commit is contained in:
archos 2024-05-24 15:25:20 +02:00
parent 9e81b27651
commit 4e274676e5

View File

@ -5,4 +5,10 @@ steps:
- echo "Running tests"
- uname -a
- echo "Test complete"
when:
branch:
- master
- main
event:
- push
- pull_request