From 250c8353eccc1dd91992a325bf1555231fda3c85 Mon Sep 17 00:00:00 2001 From: Seth Wright Date: Fri, 20 Dec 2024 23:42:54 -0500 Subject: [PATCH] workflow_dispatch for release action --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d2ce7b0..b9b9c02 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,6 +1,8 @@ name: Releases on: + workflow_dispatch: + push: tags: - '*'