mirror of
https://github.com/ansible-collections/community.routeros.git
synced 2025-08-18 00:29:11 +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:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [main]
|
branches:
|
||||||
|
- main
|
||||||
|
- stable-*
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [main]
|
branches:
|
||||||
|
- main
|
||||||
|
- stable-*
|
||||||
# Run CI once per day (at 05:15 UTC)
|
# Run CI once per day (at 05:15 UTC)
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '15 5 * * *'
|
- cron: '15 5 * * *'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue