We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d534f58 + a954a60 commit 574ba3dCopy full SHA for 574ba3d
.travis/push_docs_to_gh_pages.sh
@@ -20,7 +20,7 @@ LATEST_DOCS_BRANCH="develop"
20
# Since we are running job matrix, only thie first job slave will need to do the work
21
if [[ "${TRAVIS_JOB_NUMBER}" =~ \.1$ ]]; then
22
# We don't want a pull request automatically updating the repository
23
- if [ "$TRAVIS_PULL_REQUEST" == "false" ] && [ "${CURRENT_BRANCH}" == "${LATEST_DOCS_BRANCH}" ]; then
+ if [ "$TRAVIS_PULL_REQUEST" == "false" ] && { [ "${CURRENT_BRANCH}" == "${LATEST_DOCS_BRANCH}" ] || [ -n "${TRAVIS_TAG}" ]; }; then
24
25
# ENV Variable checks are to help with configuration troubleshooting, they silently exit with unique message.
26
# Anyone one of them not set can be used to turn off this functionality.
0 commit comments