Skip to content

Commit

Permalink
ci: include "maint-*" branches to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
slint committed Feb 25, 2025
1 parent 842cabb commit 6dc8216
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,12 @@ on:
branches:
- master
- "feature/*"
- "maint-**"
pull_request:
branches:
- master
- "feature/*"
- "maint-**"
schedule:
# * is a special character in YAML so you have to quote this string
- cron: "0 3 * * 6"
Expand Down

0 comments on commit 6dc8216

Please sign in to comment.