From e2906c31da8629784fc80546c961d025b52406e7 Mon Sep 17 00:00:00 2001 From: tooomm Date: Thu, 24 May 2018 16:20:04 +0200 Subject: [PATCH] deploy only as draft to gh releases --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 90ad1b9a..f604318a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -36,6 +36,7 @@ deploy: file: out/*.xml skip_cleanup: true overwrite: true + draft: true on: tags: true branch: master