From 72f467ca1657d247ccb50fa1e50a71e43b311ad4 Mon Sep 17 00:00:00 2001 From: Lennart Goedhart <lennart@omnibase.com.au> Date: Mon, 24 Jul 2017 02:10:24 +0800 Subject: [PATCH] Only auto-deploy on tags --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 4568617..cb1167c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -63,7 +63,7 @@ deploy: - app/build/outputs/apk/app-release.apk on: repo: pazaan/600SeriesAndroidUploader - # tags: true # Remove when finished with testing + tags: true # Octokit options prerelease: true draft: true -- GitLab