From 9326cda5c1da8a555aaca863c8855ef529afb4a7 Mon Sep 17 00:00:00 2001 From: Olivier Roos <78802772+OGR-67@users.noreply.github.com> Date: Sun, 22 Mar 2026 11:58:00 +0100 Subject: [PATCH] Change release condition to exclude workflow_dispatch --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 66f9358..9caac0b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -43,7 +43,7 @@ jobs: name: Create GitHub Release needs: build runs-on: ubuntu-latest - if: github.event_name == 'push' + if: github.event_name != 'workflow_dispatch' permissions: contents: write