From a686d6742cb97ef6140d0a21a29967e184c7064c Mon Sep 17 00:00:00 2001 From: "Ethan P." Date: Fri, 22 Sep 2023 11:32:06 -0700 Subject: [PATCH] ci: Only run release workflow on tag push --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 1984382..d8ab8f4 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -1,6 +1,5 @@ name: Release on: - release: {} push: tags: ['*'] @@ -38,6 +37,7 @@ jobs: echo "title=${output_title}" >> "$GITHUB_OUTPUT" - name: Create release + if: ${{ !env.ACT }} uses: ncipollo/release-action@v1 with: artifacts: "bat-extras-*.zip"