From f9012e18bb462bdf7c4e547f542c9b4ea9db0c36 Mon Sep 17 00:00:00 2001 From: perry Date: Fri, 14 Apr 2017 12:29:38 -0500 Subject: [PATCH] chore(CI): only update the docs on master --- circle.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/circle.yml b/circle.yml index 05c29a49e6..f2031809a5 100644 --- a/circle.yml +++ b/circle.yml @@ -40,6 +40,5 @@ jobs: if [ "${CIRCLE_BRANCH}" == "master" ]; then ./scripts/ci/deploy.sh else - ./scripts/ci/deploy.sh echo "We are on ${CIRCLE_BRANCH} branch, not going to update docs." fi