diff --git a/.github/workflows/ci-pipeline.yaml b/.github/workflows/ci-pipeline.yaml index 845884e..cdb7576 100644 --- a/.github/workflows/ci-pipeline.yaml +++ b/.github/workflows/ci-pipeline.yaml @@ -15,7 +15,7 @@ on: jobs: setup: - if: github.event.before != '0000000000000000000000000000000000000000' + if: github.event_name == 'pull_request' || github.event.before != '0000000000000000000000000000000000000000' name: setup runs-on: ubuntu-latest