Skip to content

Commit 3224865

Browse files
feat: update workflow
1 parent f6bff93 commit 3224865

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939

4040
Publish:
4141
runs-on: ubuntu-latest
42-
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
42+
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
4343
steps:
4444
- uses: actions/checkout@v2
4545
- name: Use Node.js

0 commit comments

Comments
 (0)