From d069b23f3e92c3e2573328a70502c690fab8d77b Mon Sep 17 00:00:00 2001 From: Julien Deswaef Date: Tue, 25 Sep 2018 18:08:53 -0400 Subject: [PATCH] Deploy only when a tag is set --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a1e34bd93..fb2f4ae57 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,9 +15,9 @@ deploy: github-token: $GITHUB_TOKEN keep-history: true local-dir: _site - target-branch: gh-pages-test on: branch: master + tags: true # blocklist branches: