mirror of
https://github.com/ansible-collections/community.crypto.git
synced 2026-03-26 21:33:25 +00:00
Fix reuse workflow branches.
This commit is contained in:
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:45 UTC)
|
# Run CI once per day (at 04:45 UTC)
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '45 4 * * *'
|
- cron: '45 4 * * *'
|
||||||
|
|||||||
Reference in New Issue
Block a user