From 0b445fa3c5fbc6585a75d9c16ab35bfe74b5f799 Mon Sep 17 00:00:00 2001 From: Mathieu Date: Mon, 26 Feb 2024 18:43:14 +0100 Subject: [PATCH] ci: Disable automatic release, keep it manual --- .github/workflows/release.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index de8b7112bb..f3b860d6a7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,10 +1,9 @@ name: Automatic release on: - push: - branches: - - main - +# push: +# branches: +# - main workflow_dispatch: jobs: