Skip to content

Commit b2b940e

Browse files
committed
Fix deploys master -> main
1 parent a0f3ac4 commit b2b940e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Deploy to npm
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77

88
workflow_dispatch:
99

0 commit comments

Comments
 (0)