travis: ignore continious branches

main
Alibek Omarov 4 years ago
parent 4098cd3a2c
commit 15ff7caa3a
  1. 4
      .travis.yml

@ -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)/

Loading…
Cancel
Save