diff --git a/.github/workflows/include.yml b/.github/workflows/include.yml index 92e7d4a..60d9add 100644 --- a/.github/workflows/include.yml +++ b/.github/workflows/include.yml @@ -17,6 +17,7 @@ jobs: call-codeql: uses: fortio/workflows/.github/workflows/codeql-analysis.yml@main call-releaser: + if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/') uses: fortio/workflows/.github/workflows/releaser.yml@main with: description: "Fortio DNSping checks packet loss and latency issues with DNS servers"