From 17bc493f72b844a714d7b8b65426b1b61c9e73f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erik=20Pe=C3=B1a?= Date: Fri, 15 Mar 2024 15:40:09 -0700 Subject: [PATCH] Enable workflow_dispatch - Enabled the ability to manually run release job --- .github/workflows/release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a8b564a..1d4d563 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -3,6 +3,9 @@ name: Release on: release: types: [published] + workflow_dispatch: + branches: + - master jobs: release: