Skip to content

Commit f7e3cb0

Browse files
authored
Fix #905
1 parent 8645236 commit f7e3cb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ after_success:
3636
- ls -lh build/out/*
3737
- wget -c https://github.com/probonopd/uploadtool/raw/master/upload.sh
3838
# 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
39+
- if [ "$TRAVIS_BRANCH" != "$TRAVIS_TAG" ] && [ "$TRAVIS_BRANCH" != "master" ]; then export TRAVIS_EVENT_TYPE=pull_request; fi
4040
- bash ./upload.sh build/out/*
4141

4242
notifications:

0 commit comments

Comments
 (0)