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:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master # Change this to your default branch
|
- main
|
||||||
jobs:
|
jobs:
|
||||||
npm-publish:
|
npm-publish:
|
||||||
name: npm-publish
|
name: npm-publish
|
||||||
|
|||||||
Reference in New Issue
Block a user