diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 8070a819..fdd84a2c 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -11,7 +11,6 @@ jobs: # ----------------------------------------------------------------------- build: runs-on: ubuntu-latest - if: github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.action == 'opened') defaults: run: shell: bash diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 4318cabc..60e9e745 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -8,7 +8,6 @@ permissions: jobs: build: runs-on: macOS-latest - if: github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.action == 'opened') name: "macOS Clang (C++11, Release)" steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index f5c00409..710e4090 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -8,7 +8,6 @@ permissions: jobs: build: runs-on: windows-latest - if: github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.action == 'opened') strategy: fail-fast: true matrix: