Skip to content

Commit

Permalink
Travis: Only run deploy stage on master. (#17823)
Browse files Browse the repository at this point in the history
  • Loading branch information
epiqueras authored Oct 7, 2019
1 parent 12425d2 commit 985fbb8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ jobs:
- $( npm bin )/wp-scripts test-e2e --config=./packages/e2e-tests/jest.config.js --cacheDirectory="$HOME/.jest-cache" --runTestsByPath $( awk 'NR % 4 == 3' < ~/.jest-e2e-tests )

- stage: deploy
if: branch = master
name: Deploy Playground
env: INSTALL_WORDPRESS=false
before_deploy:
Expand Down

0 comments on commit 985fbb8

Please sign in to comment.