💚 Rename master branch to main in GitHub action

This commit is contained in:
RaviAnand Mohabir 2021-05-23 17:47:03 +02:00
parent cdd821be66
commit 76056c576f

View File

@ -2,7 +2,7 @@ name: Deploy package to NPM and GitHub package repository
on:
push:
branches:
- master
- main
jobs:
publish: