Change main branch in npm-publish action
This commit is contained in:
2
.github/workflows/npm-publish.yml
vendored
2
.github/workflows/npm-publish.yml
vendored
@@ -2,7 +2,7 @@ name: npm-publish
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master # Change this to your default branch
|
||||
- main
|
||||
jobs:
|
||||
npm-publish:
|
||||
name: npm-publish
|
||||
|
||||
Reference in New Issue
Block a user