Browse Source

Deploy on tags only.

pass-iguana-arg
Artem Pikulin 7 years ago
parent
commit
f6cdc4ecdb
  1. 2
      .travis.yml
  2. 2
      appveyor.yml

2
.travis.yml

@ -43,5 +43,5 @@ deploy:
file_glob: true
file: "deploy/*"
on:
tags: false
tags: true
skip_cleanup: true

2
appveyor.yml

@ -26,4 +26,4 @@ deploy:
prerelease: false
on:
branch: master
appveyor_repo_tag: false
appveyor_repo_tag: true
Loading…
Cancel
Save