Skip to content

Commit

Permalink
add ci on v.* branches (#288)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vrixyz authored Nov 19, 2024
1 parent 27c62c7 commit 816db48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/parry-ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: parry CI build

on:
push:
branches: [master]
branches: [master, v0.*]
pull_request:
branches: [master]
branches: [master, v0.*]

env:
CARGO_TERM_COLOR: always
Expand Down

0 comments on commit 816db48

Please sign in to comment.