mirror of
https://github.com/ansible-collections/community.routeros.git
synced 2025-08-03 17:55:12 +02:00
Fix reuse workflow branches.
This commit is contained in:
parent
e18de43407
commit
5fdbd52303
1 changed files with 6 additions and 2 deletions
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 05:15 UTC)
|
||||
schedule:
|
||||
- cron: '15 5 * * *'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue