Skip to content

Commit

Permalink
chore(ci): enable CI on release branches to run tests (#254)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmalek authored Jan 22, 2025
1 parent 7c618ae commit 845f955
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:
pull_request:
branches:
- 'main'
- 'release/*'
push:
branches:
- 'main'
Expand Down

0 comments on commit 845f955

Please sign in to comment.