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