OP-159: fix(wf/test): build and test only on PRs to the default branch
This commit is contained in:
parent
95321ffff1
commit
218e96b2d5
1 changed files with 1 additions and 2 deletions
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
|
@ -1,9 +1,8 @@
|
||||||
name: BuildAndTest
|
name: BuildAndTest
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ "main" ]
|
branches: [ "dev" ]
|
||||||
|
|
||||||
env:
|
env:
|
||||||
CARGO_TERM_COLOR: always
|
CARGO_TERM_COLOR: always
|
||||||
|
|
Loading…
Reference in a new issue