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:
parent
570b6678ce
commit
5bb405972e
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user