Travis CI: only deploy tagged commits

This commit is contained in:
Johan von Forstner
2020-05-07 08:27:44 +02:00
parent c59ec9e895
commit e44903ff3b

View File

@@ -28,4 +28,5 @@ deploy:
file: app/build/outputs/apk/release/app-release.apk
on:
repo: johan12345/EVMap
tags: true
skip_cleanup: 'true'