Fix reuse workflow branches.

This commit is contained in:
Felix Fontein 2024-10-19 12:34:51 +02:00
parent e18de43407
commit 5fdbd52303

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