Skip to content

Commit

Permalink
chore: toggle CI on release branches
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanpwang committed Nov 2, 2023
1 parent 4d44c2c commit c854f87
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 @@ -4,7 +4,7 @@ on:
push:
branches: ["main"]
pull_request:
branches: ["main", "develop", "community-edition"]
branches: ["main", "develop", "community-edition", "release-*"]

env:
CARGO_TERM_COLOR: always
Expand Down

0 comments on commit c854f87

Please sign in to comment.