From 985aca52c08367e09da264651f365a297bc92494 Mon Sep 17 00:00:00 2001 From: "Santiago M. Mola" Date: Mon, 10 Dec 2018 12:30:43 +0100 Subject: [PATCH] ci: fix deploy to GitHub Releases Signed-off-by: Santiago M. Mola --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 40390e8..74f04f0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,4 +32,6 @@ jobs: api_key: $GITHUB_TOKEN file_glob: true file: gocompat_*.tar.gz - skip_cleanup: true \ No newline at end of file + skip_cleanup: true + on: + tags: true \ No newline at end of file