mirror of
https://codeberg.org/kiss-community/kiss
synced 2024-12-22 15:10:07 -07:00
.woodpecker.yml: add event filter
This commit is contained in:
parent
24abdc7c98
commit
38e85240b8
@ -3,6 +3,7 @@ steps:
|
|||||||
image: alpine
|
image: alpine
|
||||||
when:
|
when:
|
||||||
branch: [ master ]
|
branch: [ master ]
|
||||||
|
event: [push, pull_request]
|
||||||
commands: |
|
commands: |
|
||||||
apk add --no-cache shellcheck
|
apk add --no-cache shellcheck
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user