From 70825f08913c55d1faa485bbebd9753e7ee8ae38 Mon Sep 17 00:00:00 2001 From: probonopd Date: Sat, 1 Dec 2018 07:46:12 +0000 Subject: [PATCH] Closes #334, thanks @TheAssassin https://github.com/probonopd/linuxdeployqt/issues/334#issuecomment-443388156 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a5365e7..5d9e2d4 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_TAG" != "$TRAVIS_BRANCH" ] && [ "$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: