diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 27930fbf82..b6ef2d932a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -6,7 +6,7 @@ on: jobs: build: - if: ${{ github.repository != 'msys2/MINGW-packages' || github.event_name != 'push' || github.ref != 'refs/heads/master'}} + if: ${{ github.event_name != 'push' || github.ref != 'refs/heads/master'}} runs-on: windows-latest strategy: fail-fast: false