only trigger affected image builds on push #12
3 changed files with 11 additions and 3 deletions
|
|
@ -2,7 +2,10 @@ name: Build Keycloak
|
|||
|
||||
on:
|
||||
workflow_dispatch: {}
|
||||
push: {}
|
||||
push:
|
||||
paths:
|
||||
- '.forgejo/workflows/build_keycloak.yml'
|
||||
- 'keycloak/**'
|
||||
schedule:
|
||||
- cron: "@daily"
|
||||
|
||||
|
|
|
|||
|
|
@ -2,7 +2,10 @@ name: Build Nextcloud
|
|||
|
||||
on:
|
||||
workflow_dispatch: {}
|
||||
push: {}
|
||||
push:
|
||||
paths:
|
||||
- '.forgejo/workflows/build_nextcloud.yml'
|
||||
- 'nextcloud/**'
|
||||
schedule:
|
||||
- cron: "@daily"
|
||||
|
||||
|
|
|
|||
|
|
@ -2,7 +2,9 @@ name: Build Penpot
|
|||
|
||||
on:
|
||||
workflow_dispatch: {}
|
||||
push: {}
|
||||
push:
|
||||
paths:
|
||||
- '.forgejo/workflows/build_penpot.yml'
|
||||
schedule:
|
||||
- cron: "@daily"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue