From 3befacacc4f97f98874c0e2929b59b1050f4ed09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maximilian=20R=C3=BCsch?= Date: Wed, 31 Jan 2024 19:11:01 +0100 Subject: [PATCH] Remove automatic run from the release CI and leave it to workflow dispatch --- .github/workflows/release.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index dca883fe..fdc3929f 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -2,11 +2,6 @@ name: Release on: workflow_dispatch: - push: - branches: - - main - tags: - - "**" permissions: contents: write