mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-05 02:00:30 -07:00
Fix reuse workflow branches.
This commit is contained in:
parent
12fa2452d8
commit
5874711c6e
1 changed files with 7 additions and 3 deletions
10
.github/workflows/reuse.yml
vendored
10
.github/workflows/reuse.yml
vendored
|
@ -7,10 +7,14 @@ name: Verify REUSE
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
pull_request_target:
|
||||
branches:
|
||||
- main
|
||||
- stable-*
|
||||
pull_request:
|
||||
types: [opened, synchronize, reopened]
|
||||
branches: [main]
|
||||
branches:
|
||||
- main
|
||||
- stable-*
|
||||
# Run CI once per day (at 07:30 UTC)
|
||||
schedule:
|
||||
- cron: '30 7 * * *'
|
||||
|
|
Loading…
Add table
Reference in a new issue