From 3ce6d0e45e57dd7d16606d9d38019a623c783db2 Mon Sep 17 00:00:00 2001 From: SamTV12345 <40429738+samtv12345@users.noreply.github.com> Date: Fri, 10 Oct 2025 13:00:34 +0200 Subject: [PATCH] chore: only on tags --- .github/workflows/handleRelease.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/handleRelease.yml b/.github/workflows/handleRelease.yml index 5cfc7c50a..bc162819e 100644 --- a/.github/workflows/handleRelease.yml +++ b/.github/workflows/handleRelease.yml @@ -1,10 +1,12 @@ name: "Handle release" -# any branch is useful for testing before a PR is submitted + on: - workflow_run: - workflows: - - "Docker" + push: + tags: + - 'v*.*.*' + # allow manual triggering of the workflow + workflow_dispatch: permissions: contents: read