also don't bother upload to av scan, if not published

This commit is contained in:
Armin Schrenk
2024-02-12 13:18:17 +01:00
parent 5fc981abd3
commit c7b8bc89c2

View File

@@ -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: