diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index 5bc607c..cc7a015 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -3,6 +3,8 @@ name: Build Release on: push: branches: [main, "release-*"] + pull_request: + branches: [ "main" ] env: CARGO_TERM_COLOR: always