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