diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b0c5c83cb2..a729ee323b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -339,7 +339,7 @@ jobs: installer-matrix: needs: [matrix, build-sasview] - if: github.event_name != 'push' || github.ref_name == 'main' + if: github.event_name != 'push' || github.ref_name == 'main' || startsWith(github.ref, 'refs/tags/') strategy: fail-fast: false