diff --git a/deploy-github-pages.sh b/deploy-github-pages.sh index 1c92747d..6ab2b2df 100644 --- a/deploy-github-pages.sh +++ b/deploy-github-pages.sh @@ -1,7 +1,7 @@ #!/bin/bash set -e -if [ "$TRAVIS_PULL_REQUEST" != "false" -o "$TRAVIS_BRANCH" != "master" ]; then +if [ "$TRAVIS_PULL_REQUEST" != "false" -o "$TRAVIS_BRANCH" != "master" -o "$TRAVIS_REPO_SLUG" != "xamarin/benchmarker" ]; then exit 0; fi