We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f815038 commit 19ff06cCopy full SHA for 19ff06c
.github/workflows/ci-build.yml
@@ -26,6 +26,6 @@ jobs:
26
run: |
27
git remote set-url origin https://git:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git
28
npm run deploy -- -u "github-actions-bot <[email protected]>"
29
- #if: ${{ github.ref == 'refs/heads/master' }} # only deploy master
+ if: ${{ github.ref == 'refs/heads/master' }} # only deploy master
30
env:
31
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments