From b7b68612343ea63772a8caa58899c022d25e7c29 Mon Sep 17 00:00:00 2001 From: probonopd Date: Sun, 21 Oct 2018 12:44:57 +0000 Subject: [PATCH] Update .travis.yml https://github.com/probonopd/linuxdeployqt/issues/322#issuecomment-431665632 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 024ee96..7e3b165 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,7 +20,7 @@ script: after_success: - wget -c https://github.com/probonopd/uploadtool/raw/master/upload.sh # quick fix for issue 223 - - if [ "$TRAVIS_BRANCH" != "master" ]; then export TRAVIS_EVENT_TYPE=pull_request; fi + - if [ "$TRAVIS_TAG" != "$TRAVIS_BRANCH" ] && [ "$TRAVIS_BRANCH" == "master" ]; then export TRAVIS_EVENT_TYPE=pull_request; fi - bash ./upload.sh ./linuxdeployqt-*.AppImage* after_script: