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 d185526 commit 225057bCopy full SHA for 225057b
.travis.yml
@@ -37,6 +37,8 @@ notifications:
37
on_start: always # options: [always|never|change] default: always
38
39
branches:
40
- only:
41
- - appimagetool/master
42
- - feature/usage
+ except:
+ - # Do not build tags that we create when we upload to GitHub Releases
+ - /^(?i:continuous)$/
43
+ - # our master is called "appimagetool/master"
44
+ - master
0 commit comments