don't build on bleed and fail because $TRAVIS_TAG is empty

This commit is contained in:
Matthias Mailänder
2014-06-05 11:17:10 +02:00
parent 05aec743d3
commit bdc50241ac

View File

@@ -50,6 +50,6 @@ deploy:
- build/openra_$DOTVERSION_all.deb
skip_cleanup: true
on:
all_branches: true
all_branches: false
tags: true
repo: OpenRA/OpenRA