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