Fix reuse workflow branches.
parent
dd8b90f9d3
commit
7c93b61532
|
@ -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 04:45 UTC)
|
||||
schedule:
|
||||
- cron: '45 4 * * *'
|
||||
|
|
Loading…
Reference in New Issue