travis: ignore continious branches

This commit is contained in:
Alibek Omarov 2020-01-17 19:58:45 +03:00
parent 4098cd3a2c
commit 15ff7caa3a
1 changed files with 4 additions and 0 deletions

View File

@ -22,3 +22,7 @@ after_success:
- wget https://raw.githubusercontent.com/FWGS/uploadtool/master/upload.sh
- chmod +x upload.sh
- ./upload.sh husky-green-release.apk
branches:
except:
# Do not build tags that we create when we upload to GitHub Releases
- /^(?i:continuous)/