We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8645236 commit f7e3cb0Copy full SHA for f7e3cb0
.travis.yml
@@ -36,7 +36,7 @@ after_success:
36
- ls -lh build/out/*
37
- wget -c https://github.com/probonopd/uploadtool/raw/master/upload.sh
38
# make sure only pushes to rewrite create a new release, otherwise pretend PR and upload to transfer.sh
39
- - if [ "$TRAVIS_BRANCH" != "$TRAVIS_TAG" ] && [ "$TRAVIS_BRANCH" != "appimagetool/master" ]; then export TRAVIS_EVENT_TYPE=pull_request; fi
+ - if [ "$TRAVIS_BRANCH" != "$TRAVIS_TAG" ] && [ "$TRAVIS_BRANCH" != "master" ]; then export TRAVIS_EVENT_TYPE=pull_request; fi
40
- bash ./upload.sh build/out/*
41
42
notifications:
0 commit comments