Skip to content

Commit bef7650

Browse files
authored
Fix typo in ci.yml
1 parent 3a17917 commit bef7650

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
@@ -33,7 +33,7 @@ jobs:
3333
deploy:
3434
runs-on: ubuntu-latest
3535
needs: build
36-
if: github.ref == 'refs/head/master'
36+
if: github.ref == 'refs/heads/master'
3737
steps:
3838
- uses: actions/checkout@v2
3939
- name: Use Node.js 13.x

0 commit comments

Comments
 (0)