From c19547af0ece0a7b5e2d7b3883042f072d668630 Mon Sep 17 00:00:00 2001 From: Tejas Gajjar Date: Fri, 16 Jun 2023 18:01:44 +0530 Subject: [PATCH] chore: update npm-publish.yml (#10) --- .github/workflows/npm-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 2012a0c..224f2dd 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -6,7 +6,7 @@ on: # Triggers the workflow on push or pull request events but only for the master branch push: branches: - - master + - main # Allows you to run this workflow manually from the Actions tab workflow_dispatch: