Skip to content

Commit

Permalink
OP-159: fix(wf/test): build and test only on PRs to the default branch
Browse files Browse the repository at this point in the history
  • Loading branch information
almereyda committed Jul 20, 2023
1 parent 95321ff commit 218e96b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
name: BuildAndTest

on:
push:
pull_request:
branches: [ "main" ]
branches: [ "dev" ]

env:
CARGO_TERM_COLOR: always
Expand Down

0 comments on commit 218e96b

Please sign in to comment.