diff --git a/.github/workflows/reuse.yml b/.github/workflows/reuse.yml index 7c15c11..b552396 100644 --- a/.github/workflows/reuse.yml +++ b/.github/workflows/reuse.yml @@ -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 * * *'