diff --git a/.github/workflows/cpal.yml b/.github/workflows/cpal.yml index 41dd9bd..c7c8fa5 100644 --- a/.github/workflows/cpal.yml +++ b/.github/workflows/cpal.yml @@ -5,6 +5,8 @@ on: [push, pull_request] jobs: clippy-test: + if: github.event_name == 'push' + runs-on: ubuntu-latest steps: