Fix reuse workflow branches.

This commit is contained in:
Felix Fontein 2024-10-19 12:34:47 +02:00
parent f7823ea626
commit 309a30e9be

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 * * *'