소스 검색

CI: Add 1.0 branch to push_doc

Stefan Profanter 4 년 전
부모
커밋
c23b1bafaf
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      tools/travis/travis_linux_after_success.sh

+ 1 - 1
tools/travis/travis_linux_after_success.sh

@@ -5,7 +5,7 @@ set -e
 if [ "$MINGW" = "true" ] && [ "${TRAVIS_REPO_SLUG}" = "open62541/open62541" ] && [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then
     echo "=== Executing after_success scripts ==="
     # List branches where the doc should be pushed to the webpage
-    if [ "${TRAVIS_BRANCH}" = "master" ] || [ "${TRAVIS_BRANCH}" = "0.3" ]; then
+    if [ "${TRAVIS_BRANCH}" = "master" ] || [ "${TRAVIS_BRANCH}" = "0.3" ] || [ "${TRAVIS_BRANCH}" = "1.0" ]; then
         sh ./tools/travis/travis_push_doc.sh
     fi
     sh ./tools/travis/travis_push_release.sh;