From a346707ea3620ec7fbd3cbc651cfddadaf49fb2a Mon Sep 17 00:00:00 2001 From: Antonette Caldwell <134739862+nebula-aac@users.noreply.github.com> Date: Thu, 28 Sep 2023 14:52:22 -0500 Subject: [PATCH] Update release.yml Signed-off-by: Antonette Caldwell <134739862+nebula-aac@users.noreply.github.com> --- .github/workflows/release.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1f9e774d..da661ec1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -2,7 +2,10 @@ name: Publish NPM Package on: release: - types: [published] + types: [closed] + branches: + - 'v-*' + - master workflow_dispatch: inputs: release-type: