Search and replace master to main
Updating the Github Action to target the main branch instead of master
This commit is contained in:
parent
9233bc5763
commit
952b1dc8f0
2
.github/workflows/npm-publish.yml
vendored
2
.github/workflows/npm-publish.yml
vendored
@ -5,7 +5,7 @@ name: Build and Publish
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ master ]
|
branches: [ main ]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
publish:
|
publish:
|
||||||
|
Loading…
Reference in New Issue
Block a user