Skip to content

Commit

Permalink
only deploy on master
Browse files Browse the repository at this point in the history
  • Loading branch information
jsg2021 committed Jul 30, 2020
1 parent 44c53ed commit a1beb2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/nodejs.yml
Expand Up @@ -29,6 +29,7 @@ jobs:
env:
CI: true
- name: Deploy
if: github.ref == 'refs/heads/master'
uses: peaceiris/actions-gh-pages@v2
env:
ACTIONS_DEPLOY_KEY: ${{ secrets.ACTIONS_DEPLOY_KEY }}
Expand Down

0 comments on commit a1beb2c

Please sign in to comment.