Skip to content

Commit

Permalink
Only push docs if this is merged into master
Browse files Browse the repository at this point in the history
  • Loading branch information
victorquinn committed Aug 31, 2019
1 parent c6af087 commit ff5cc9c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docs.yml
Expand Up @@ -21,6 +21,7 @@ jobs:
with:
node-version: 12
- name: build and deploy
if: github.event_name == 'pull_request' && github.event.pull_request.merged == 'true'
run: |
yarn
yarn docs
Expand Down

0 comments on commit ff5cc9c

Please sign in to comment.