From 28d7d22cd5926f525743901bd94657fefb891e4c Mon Sep 17 00:00:00 2001 From: Karl0ss Date: Mon, 9 Jun 2025 13:47:19 +0100 Subject: [PATCH] Update main.yml only on tag --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6d85930..505604f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,8 +1,9 @@ name: CI on: - create: { } - pull_request: { } + push: + tags: + - '*' # Triggers on any tag push permissions: contents: write @@ -29,7 +30,6 @@ jobs: - name: Release build artifacts uses: softprops/action-gh-release@v1 - if: startsWith(github.ref, 'refs/tags/') with: append_body: true body_path: ./version-info