From 7d999dc89f986c9d448c369fa6d40463f23f98f8 Mon Sep 17 00:00:00 2001 From: Jamie King Date: Wed, 17 Jan 2024 12:09:57 -0700 Subject: [PATCH] chore(ci): enable manual dispatch of 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 742a877..7a42fa7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,6 +1,7 @@ name: Release on: + workflow_dispatch: push: branches: - main