From 23ec876e9f5b7f815439fee4d5e8cbc431b3b8db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Verstraeten?= Date: Tue, 9 Dec 2025 16:59:53 +0100 Subject: [PATCH] Remove tag push trigger from release workflow and enable manual dispatch --- .github/workflows/release-create.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release-create.yaml b/.github/workflows/release-create.yaml index d9f3e44..a7f412e 100644 --- a/.github/workflows/release-create.yaml +++ b/.github/workflows/release-create.yaml @@ -1,10 +1,8 @@ name: Create a new release on: - push: - tags: - - 'hub-*' + workflow_dispatch: -jobs +jobs: release: permissions: contents: write