ci: Re-run mirror script when files change

This commit is contained in:
Jade Ellis 2025-11-08 22:43:54 +00:00
parent ad2d192b94
commit 368685f8cd
No known key found for this signature in database
GPG key ID: 8705A2A3EBF77BD2

View file

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