Browse Source

Deploy only when a tag is set

Julien Deswaef 6 years ago
parent
commit
d069b23f3e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -15,9 +15,9 @@ deploy:
     github-token: $GITHUB_TOKEN
     github-token: $GITHUB_TOKEN
     keep-history: true
     keep-history: true
     local-dir: _site
     local-dir: _site
-    target-branch: gh-pages-test 
     on:
     on:
       branch: master
       branch: master
+      tags: true
 
 
 # blocklist
 # blocklist
 branches:
 branches: