diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 2e3930b7..7bc174df 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -1,7 +1,11 @@ name: CI on: - pull_request + push: + branches: + - new_matrix + + pull_request: jobs: clippy: