From 5d5d6eccf490169f81ef59765ec8d036075e58d5 Mon Sep 17 00:00:00 2001 From: redtide Date: Tue, 11 Feb 2020 16:23:07 +0100 Subject: [PATCH] Update doxygen only on git tags --- .travis/update_dox.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis/update_dox.sh b/.travis/update_dox.sh index c316015c..f0fefc4b 100755 --- a/.travis/update_dox.sh +++ b/.travis/update_dox.sh @@ -4,7 +4,7 @@ set -x # No fail, we need to go back to the original branch at the end . .travis/environment.sh # Build documentation only from Linux x86_64 builds -if [[ ${TRAVIS_CPU_ARCH} != "amd64" || ${TRAVIS_OS_NAME} != "linux" || "${CROSS_COMPILE}" != "" ]]; then +if [[ ${TRAVIS_CPU_ARCH} != "amd64" || ${TRAVIS_OS_NAME} != "linux" || "${CROSS_COMPILE}" != "" || ${TRAVIS_TAG} == "" ]]; then exit 0 fi