From 53af06861eec7d14523b6a484a70b7cbf73f98e0 Mon Sep 17 00:00:00 2001 From: Oliver Valiente <32438682+oliver021@users.noreply.github.com> Date: Tue, 2 Mar 2021 00:02:53 -0500 Subject: [PATCH] update workflow --- .github/workflows/npm-publish.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 9290b90..c884e25 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -1,11 +1,11 @@ # This workflow will run tests using node and then publish a package to GitHub Packages when a release is created # For more information see: https://help.github.com/actions/language-and-framework-guides/publishing-nodejs-packages -name: Node.js Package +name: Publish Package on: - release: - types: [created] + push: + branches: ['master'] jobs: build: