Fix reuse workflow branches.

pull/813/head
Felix Fontein 2024-10-19 12:34:56 +02:00
parent dd8b90f9d3
commit 7c93b61532
1 changed files with 6 additions and 2 deletions

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