mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-05 10:10:31 -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:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [main]
|
branches:
|
||||||
pull_request_target:
|
- main
|
||||||
|
- stable-*
|
||||||
|
pull_request:
|
||||||
types: [opened, synchronize, reopened]
|
types: [opened, synchronize, reopened]
|
||||||
branches: [main]
|
branches:
|
||||||
|
- main
|
||||||
|
- stable-*
|
||||||
# Run CI once per day (at 07:30 UTC)
|
# Run CI once per day (at 07:30 UTC)
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '30 7 * * *'
|
- cron: '30 7 * * *'
|
||||||
|
|
Loading…
Add table
Reference in a new issue