From 9e352b74c1ec3cdf65e5d2bcbc9816e0ae9e1ac9 Mon Sep 17 00:00:00 2001 From: Ronny Vedrilla Date: Mon, 14 Oct 2024 14:10:41 +0200 Subject: [PATCH] Adjust CI --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 329a198..65bb626 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,12 +4,11 @@ on: push: branches: [ '**' ] pull_request: - branches: [ '**' ] jobs: linting: runs-on: ubuntu-22.04 - if: github.event_name == 'push' || github.event_name == 'pull_request' + if: github.event_name != 'pull_request' steps: - uses: actions/checkout@v4