Build Container on push if it's files have changed
Some checks failed
ci/woodpecker/push/nextcloud/1 Pipeline failed
ci/woodpecker/push/nextcloud/2 Pipeline failed
ci/woodpecker/push/keycloak Pipeline was successful

This commit is contained in:
christian 2024-07-27 23:19:14 +02:00
parent 8dfecd068d
commit 4fcbc46175
Signed by: c6ristian
SSH key fingerprint: SHA256:B3m+yzpaxGXSEcDBpPHfvza/DNC0wuX+CKMeGq8wgak
2 changed files with 6 additions and 0 deletions

View file

@ -1,5 +1,8 @@
when: when:
- event: push - event: push
path:
- 'keycloak/**'
- '.woodpecker/keycloak.yaml'
- event: cron - event: cron
cron: daily cron: daily

View file

@ -1,5 +1,8 @@
when: when:
- event: push - event: push
path:
- 'nextcloud/**'
- '.woodpecker/nextcloud.yaml'
- event: cron - event: cron
cron: daily cron: daily