Skip to content

Commit

Permalink
Fix reuse workflow branches.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein committed Oct 19, 2024
1 parent e18de43 commit 5fdbd52
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/reuse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 * * *'
Expand Down

0 comments on commit 5fdbd52

Please sign in to comment.