chore(CI): only update the docs on master

This commit is contained in:
perry
2017-04-14 12:29:38 -05:00
parent dd0b29388e
commit f9012e18bb

View File

@ -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