mirror of
https://github.com/ansible-collections/community.docker.git
synced 2025-12-16 20:08:41 +00:00
Fix reuse workflow branches.
This commit is contained in:
parent
f7823ea626
commit
309a30e9be
8
.github/workflows/reuse.yml
vendored
8
.github/workflows/reuse.yml
vendored
@ -7,9 +7,13 @@ name: Verify REUSE
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [main]
|
branches:
|
||||||
|
- main
|
||||||
|
- stable-*
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [main]
|
branches:
|
||||||
|
- main
|
||||||
|
- stable-*
|
||||||
# Run CI once per day (at 04:30 UTC)
|
# Run CI once per day (at 04:30 UTC)
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '30 4 * * *'
|
- cron: '30 4 * * *'
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user