diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml index 5aeee1674a..621f174256 100644 --- a/.github/workflows/build_and_test.yml +++ b/.github/workflows/build_and_test.yml @@ -3,6 +3,8 @@ name: Build and Test on: push: branches: [ main ] + pull_requests: + branches: [ main, dev ] env: CARGO_TERM_COLOR: always