diff --git a/.github/workflows/win-exe.yml b/.github/workflows/win-exe.yml index 035b75e14..4aa2772ab 100644 --- a/.github/workflows/win-exe.yml +++ b/.github/workflows/win-exe.yml @@ -377,7 +377,7 @@ jobs: allowlist: name: Anti Virus Allowlisting - if: startsWith(github.ref, 'refs/tags/') + if: startsWith(github.ref, 'refs/tags/') && github.event_name == 'published' runs-on: ubuntu-latest needs: [build-msi, build-exe] steps: