diff --git a/.github/workflows/build_test.yaml b/.github/workflows/build_test.yaml index cdd5355..6c9cf01 100644 --- a/.github/workflows/build_test.yaml +++ b/.github/workflows/build_test.yaml @@ -10,6 +10,7 @@ on: jobs: build: + if: github.event_name != 'push' || github.event.pull_request == null runs-on: ${{ matrix.arch.runner }} strategy: fail-fast: false