Fix reuse workflow branches.

This commit is contained in:
Felix Fontein
2024-10-19 12:34:56 +02:00
parent dd8b90f9d3
commit 7c93b61532

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