diff --git a/.github/workflows/build-latest.yml b/.github/workflows/build-latest.yml index 43667c0..4fe48e5 100644 --- a/.github/workflows/build-latest.yml +++ b/.github/workflows/build-latest.yml @@ -4,6 +4,9 @@ on: push: branches: - '*' + pull_request: + branches: + - '*' env: CARGO_TERM_COLOR: always