mirror of
https://github.com/ansible-collections/community.docker.git
synced 2025-12-15 11:32:05 +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:
|
||||
push:
|
||||
branches: [main]
|
||||
branches:
|
||||
- main
|
||||
- stable-*
|
||||
pull_request:
|
||||
branches: [main]
|
||||
branches:
|
||||
- main
|
||||
- stable-*
|
||||
# Run CI once per day (at 04:30 UTC)
|
||||
schedule:
|
||||
- cron: '30 4 * * *'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user