Skip to content
This repository has been archived by the owner on Nov 22, 2022. It is now read-only.

Commit

Permalink
Deploy only from master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixHenninger committed Mar 9, 2020
1 parent 4b7a484 commit 43f972f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,6 @@ script:
- (cd packages/builder && yarn run build)
- (cd packages/builder && yarn test)
after_success:
- (cd packages/builder && yarn run deploy)
- if [ $TRAVIS_BRANCH == "master" && $TRAVIS_PULL_REQUEST == "false" ]; then
(cd packages/builder && yarn run deploy);
fi

0 comments on commit 43f972f

Please sign in to comment.