Build Container on push if it's files have changed
This commit is contained in:
parent
8dfecd068d
commit
4fcbc46175
|
@ -1,5 +1,8 @@
|
|||
when:
|
||||
- event: push
|
||||
path:
|
||||
- 'keycloak/**'
|
||||
- '.woodpecker/keycloak.yaml'
|
||||
- event: cron
|
||||
cron: daily
|
||||
|
||||
|
|
|
@ -1,5 +1,8 @@
|
|||
when:
|
||||
- event: push
|
||||
path:
|
||||
- 'nextcloud/**'
|
||||
- '.woodpecker/nextcloud.yaml'
|
||||
- event: cron
|
||||
cron: daily
|
||||
|
||||
|
|
Loading…
Reference in a new issue