Skip to content

Commit 574ba3d

Browse files
authored
Merge branch 'develop' into bugfix/fixed_missing_bild_no_in_version
2 parents d534f58 + a954a60 commit 574ba3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis/push_docs_to_gh_pages.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ LATEST_DOCS_BRANCH="develop"
2020
# Since we are running job matrix, only thie first job slave will need to do the work
2121
if [[ "${TRAVIS_JOB_NUMBER}" =~ \.1$ ]]; then
2222
# We don't want a pull request automatically updating the repository
23-
if [ "$TRAVIS_PULL_REQUEST" == "false" ] && [ "${CURRENT_BRANCH}" == "${LATEST_DOCS_BRANCH}" ]; then
23+
if [ "$TRAVIS_PULL_REQUEST" == "false" ] && { [ "${CURRENT_BRANCH}" == "${LATEST_DOCS_BRANCH}" ] || [ -n "${TRAVIS_TAG}" ]; }; then
2424

2525
# ENV Variable checks are to help with configuration troubleshooting, they silently exit with unique message.
2626
# Anyone one of them not set can be used to turn off this functionality.

0 commit comments

Comments
 (0)