There was an error while loading. Please reload this page.
1 parent 3a17917 commit bef7650Copy full SHA for bef7650
.github/workflows/ci.yml
@@ -33,7 +33,7 @@ jobs:
33
deploy:
34
runs-on: ubuntu-latest
35
needs: build
36
- if: github.ref == 'refs/head/master'
+ if: github.ref == 'refs/heads/master'
37
steps:
38
- uses: actions/checkout@v2
39
- name: Use Node.js 13.x
0 commit comments