2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-12-21 23:00:06 -07:00

.woodpecker.yml: add event filter

This commit is contained in:
phoebos 2024-10-25 00:32:34 +01:00
parent ea15c5c3ed
commit 0d10f418d3
No known key found for this signature in database

View File

@ -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