Skip to content

Commit

Permalink
Fix typo in ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
epicfaace authored Apr 25, 2020
1 parent 3a17917 commit bef7650
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
deploy:
runs-on: ubuntu-latest
needs: build
if: github.ref == 'refs/head/master'
if: github.ref == 'refs/heads/master'
steps:
- uses: actions/checkout@v2
- name: Use Node.js 13.x
Expand Down

0 comments on commit bef7650

Please sign in to comment.