From dd091b3310f84e6df8c5dbd665e0a6f2d40ced95 Mon Sep 17 00:00:00 2001 From: Luni-4 Date: Fri, 4 Oct 2019 18:52:42 +0200 Subject: [PATCH] Enable clippy-check for pull requests --- .github/workflows/cpal.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/cpal.yml b/.github/workflows/cpal.yml index c7c8fa5..41dd9bd 100644 --- a/.github/workflows/cpal.yml +++ b/.github/workflows/cpal.yml @@ -5,8 +5,6 @@ on: [push, pull_request] jobs: clippy-test: - if: github.event_name == 'push' - runs-on: ubuntu-latest steps: