Skip to content

Commit

Permalink
chore: Run CI on release branches
Browse files Browse the repository at this point in the history
  • Loading branch information
atomrc committed Jan 22, 2024
1 parent e11ff03 commit b90e1ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: CI
on:
pull_request:
# we want to run the CI on every PR targetting those branches
branches: [master, dev]
branches: [master, dev, release/*]

push:
# We also run CI on dev in order to update the coverage monitoring
Expand Down

0 comments on commit b90e1ee

Please sign in to comment.