ci: Re-run mirror script when files change
This commit is contained in:
parent
ad2d192b94
commit
368685f8cd
1 changed files with 7 additions and 1 deletions
|
|
@ -11,7 +11,13 @@ on:
|
|||
required: false
|
||||
default: false
|
||||
type: boolean
|
||||
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
paths:
|
||||
# Re-run when config changes
|
||||
- '.forgejo/regsync/regsync.yml'
|
||||
- '.forgejo/workflows/mirror-images.yml'
|
||||
concurrency:
|
||||
group: "mirror-images"
|
||||
cancel-in-progress: true
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue