From e44903ff3bf530ddc568aafce539934ec5528db6 Mon Sep 17 00:00:00 2001 From: Johan von Forstner Date: Thu, 7 May 2020 08:27:44 +0200 Subject: [PATCH] Travis CI: only deploy tagged commits --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 47a9cb84..8f3cf106 100644 --- a/.travis.yml +++ b/.travis.yml @@ -28,4 +28,5 @@ deploy: file: app/build/outputs/apk/release/app-release.apk on: repo: johan12345/EVMap + tags: true skip_cleanup: 'true'