Fix reuse workflow branches.

(cherry picked from commit 5fdbd52303)
This commit is contained in:
Felix Fontein 2024-10-19 12:34:51 +02:00
parent 3af2968316
commit b0453b2e47

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 05:15 UTC)
schedule:
- cron: '15 5 * * *'