소스 검색

Deploy only when a tag is set

Julien Deswaef 6 년 전
부모
커밋
d069b23f3e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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: