From 76056c576feddb1a9338942b96fb28fbd757b328 Mon Sep 17 00:00:00 2001 From: RaviAnand Mohabir Date: Sun, 23 May 2021 17:47:03 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20Rename=20`master`=20branch=20to?= =?UTF-8?q?=20`main`=20in=20GitHub=20action?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .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 4e0955f..8d0a50b 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -2,7 +2,7 @@ name: Deploy package to NPM and GitHub package repository on: push: branches: - - master + - main jobs: publish: