From 1f0dcc447dafad8c4c4a10eec1f26622b63ae042 Mon Sep 17 00:00:00 2001 From: Laurent Laville Date: Fri, 1 Dec 2023 07:10:57 +0000 Subject: [PATCH] be able to trigger manually the Release workflow --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 69908256..4335e02c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -5,6 +5,7 @@ on: push: tags: - "[0-9]+.[0-9]+.[0-9]+" + workflow_dispatch: permissions: contents: write