OP-159: fix(wf/test): build and test only on PRs to the default branch

This commit is contained in:
jon r 2023-07-20 18:15:04 +02:00
parent 95321ffff1
commit 218e96b2d5

View file

@ -1,9 +1,8 @@
name: BuildAndTest
on:
push:
pull_request:
branches: [ "main" ]
branches: [ "dev" ]
env:
CARGO_TERM_COLOR: always