From 14cb509a9559751c6bdbefec111b84bb228ef4d5 Mon Sep 17 00:00:00 2001 From: platane Date: Sun, 17 Mar 2024 07:49:51 +0100 Subject: [PATCH] . --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1ae5664..b0394cc 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -5,7 +5,7 @@ on: push jobs: main: runs-on: ubuntu-latest - if: startsWith(github.ref, 'refs/heads/') + if: github.ref_type != 'tag' outputs: published_url: ${{ steps.publish.outputs.url }} steps: