From 791f75f7e40bf354f04b3e5e727c1ab3aec5b8c1 Mon Sep 17 00:00:00 2001 From: Caleb Matteis Date: Tue, 13 Jun 2023 14:24:04 -0400 Subject: [PATCH] Update npm-release.yml --- .github/workflows/npm-release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/npm-release.yml b/.github/workflows/npm-release.yml index d38148022..8b808a3fd 100644 --- a/.github/workflows/npm-release.yml +++ b/.github/workflows/npm-release.yml @@ -24,10 +24,10 @@ name: Release to npm # https://docs.github.com/en/actions/managing-workflow-runs/manually-running-a-workflow on: # For action testing! Will need to update this when merged to main for the button to trigger action. - #push: + push: # UN-COMMENT THESE OUT NEXT TIME - #branches: - #- feature/automated-releases + branches: + - feature/automated-releases workflow_dispatch: