Skip to content

Commit 19ff06c

Browse files
authored
Put back condition to deploy only from master.
1 parent f815038 commit 19ff06c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ jobs:
2626
run: |
2727
git remote set-url origin https://git:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git
2828
npm run deploy -- -u "github-actions-bot <[email protected]>"
29-
#if: ${{ github.ref == 'refs/heads/master' }} # only deploy master
29+
if: ${{ github.ref == 'refs/heads/master' }} # only deploy master
3030
env:
3131
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)