From cf5c7c0d90373264fc261bd74fe3b2ecb5e1cfa7 Mon Sep 17 00:00:00 2001 From: Nicolas Carlier Date: Fri, 19 Aug 2016 23:11:37 +0200 Subject: [PATCH] chore(travis): Restrict deploy to tags push. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 8e8f64e..617317e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,3 +10,4 @@ deploy: - release/keepctl-linux-arm on: repo: ncarlier/keeper-cli + tags: true