Add event filters to Woodpecker CI configuration
This commit is contained in:
parent
9e81b27651
commit
4e274676e5
@ -5,4 +5,10 @@ steps:
|
|||||||
- echo "Running tests"
|
- echo "Running tests"
|
||||||
- uname -a
|
- uname -a
|
||||||
- echo "Test complete"
|
- echo "Test complete"
|
||||||
|
when:
|
||||||
|
branch:
|
||||||
|
- master
|
||||||
|
- main
|
||||||
|
event:
|
||||||
|
- push
|
||||||
|
- pull_request
|
||||||
|
Loading…
Reference in New Issue
Block a user