Fix reuse workflow branches.

(cherry picked from commit 309a30e9be)
This commit is contained in:
Felix Fontein 2024-10-19 12:34:47 +02:00
parent 7a88ac1659
commit 7e82da0e8b

View File

@ -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:30 UTC)
schedule:
- cron: '30 4 * * *'