diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4a913dde..eac03f80 100755 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,6 +10,7 @@ on: jobs: test: + if: github.ref_type == 'branch' || github.ref_name == 'pull_request' runs-on: ubuntu-24.04 strategy: fail-fast: false @@ -30,7 +31,6 @@ jobs: build: name: Build - needs: [ test ] if: github.event_name == 'push' runs-on: ubuntu-24.04 steps: