Skip to content

Commit aaefd01

Browse files
committedNov 21, 2020
ci: correct branch
1 parent 74d1ccb commit aaefd01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- run: bash <(curl -s https://codecov.io/bash)
2323
if: always()
2424
- name: release
25-
if: github.ref == 'refs/heads/main'
25+
if: github.ref == 'refs/heads/master'
2626
env:
2727
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2828
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)
Please sign in to comment.