From 9d26338df3443fb7b212067acbf4a2ddb62fec0e Mon Sep 17 00:00:00 2001 From: Chris <1105672+firstof9@users.noreply.github.com> Date: Sat, 13 Jul 2024 13:11:44 -0700 Subject: [PATCH] chore: update release workflow --- .github/workflows/release.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index aaab857a..1d013549 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -1,6 +1,7 @@ name: Release on: + workflow_dispatch: release: types: [published]