diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e95daeb24..d2caf95eb 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -252,7 +252,7 @@ jobs: ghc: ['9.2.4'] fail-fast: false name: Build aarch64 (Cabal, GHC ${{ matrix.ghc }}) - if: ${{ github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/v') || startsWith(github.ref, 'refs/heads/rel-') }} + if: "${{ github.event_name == 'push' }}" runs-on: ubuntu-latest outputs: remotepath: ${{ steps.Remote-Dir.outputs.remotepath }}