Skip to content

Commit 6ece7b7

Browse files
committed
Fix publish branch
Signed-off-by: Justin Zhang <[email protected]>
1 parent ede9c84 commit 6ece7b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ env:
66
on:
77
# Trigger the workflow every time you push to the `main` branch
88
push:
9-
branches: ["main"]
9+
branches: ["master"]
1010
# Allows you to run this workflow manually from the Actions tab on GitHub.
1111
workflow_dispatch:
1212

0 commit comments

Comments
 (0)