From fcab1acce3feb9277fc06881ae1e3726d1bd0ec2 Mon Sep 17 00:00:00 2001 From: "Micael Levi L. Cavalcante" Date: Sat, 25 Mar 2023 12:53:16 -0400 Subject: [PATCH] ci: allow manual triggering --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 32f2159..fe1b8e0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,6 +1,7 @@ name: Release Action on new Git Tags on: + workflow_dispatch: push: tags: - 'v*'