Skip to content

Commit 8fc84fe

Browse files
committed
#NOISSUE Fix publish script
1 parent 5ac1583 commit 8fc84fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
jobs:
77
publish:
88
runs-on: ubuntu-latest
9-
if: github.ref == 'refs/heads/master'
9+
if: github.ref == 'refs/heads/main'
1010
steps:
1111
- uses: actions/checkout@v4
1212
with:

0 commit comments

Comments
 (0)