From c9e79be3b8e9d71eb23784f2f803984c13bacdae Mon Sep 17 00:00:00 2001 From: "Marcel S. Henselin" Date: Fri, 30 Jan 2026 12:08:09 +0100 Subject: [PATCH] fix: deactivate release pipeline --- .github/workflows/release.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 585d0ba3..254c40f2 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -4,9 +4,9 @@ name: Release # This GitHub action creates a release when a tag that matches the pattern # "v*" (e.g. v0.1.0) is created. on: - push: - tags: - - "v*" +# push: +# tags: +# - "v*" workflow_dispatch: # Releases need permissions to read and write the repository contents.