1
1
mirror of https://github.com/primer/css.git synced 2024-11-24 13:15:00 +03:00

Don't deploy on dev or master

This commit is contained in:
Jon Rohan 2017-07-07 14:19:44 -07:00
parent 570b6678ce
commit 5bb405972e

View File

@ -39,4 +39,4 @@ deploy:
script: cd $TRAVIS_BUILD_DIR && echo "-commit.$COMMIT"
on:
all_branches: true
condition: "$DEPLOY = true"
condition: "$DEPLOY = true && $TRAVIS_PULL_REQUEST_BRANCH != master && $TRAVIS_PULL_REQUEST_BRANCH != dev"