From 6747d5b250e290020087a286372bb740d2073434 Mon Sep 17 00:00:00 2001 From: Dave Machado Date: Thu, 25 May 2017 10:15:31 -0400 Subject: [PATCH] Set conditional deployment branch to master --- build/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/deploy.sh b/build/deploy.sh index f581f790..31dc3891 100644 --- a/build/deploy.sh +++ b/build/deploy.sh @@ -2,7 +2,7 @@ set -o errexit -o nounset -if [ "$TRAVIS_BRANCH" != "feature/markdown-tables-to-json" ] +if [ "$TRAVIS_BRANCH" != "master" ] then echo "This commit was made against $TRAVIS_BRANCH and not master! No deploy!" exit 0