Skip to content

Commit bce343d

Browse files
ci: Fix branch name
1 parent 59ba0bb commit bce343d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.js.yml

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

88
permissions:
99
contents: write

0 commit comments

Comments
 (0)