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: on:
push: push:
branches: [main] branches:
- main
- stable-*
pull_request: pull_request:
branches: [main] branches:
- main
- stable-*
# Run CI once per day (at 04:30 UTC) # Run CI once per day (at 04:30 UTC)
schedule: schedule:
- cron: '30 4 * * *' - cron: '30 4 * * *'