Parcourir la source

Deploy only when a tag is set

Julien Deswaef il y a 6 ans
Parent
commit
d069b23f3e
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      .travis.yml

+ 1 - 1
.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: