Skip to content

Commit

Permalink
Update appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
melff authored Jul 17, 2020
1 parent 3101fe0 commit 601d533
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,7 @@ artifacts:

version: 0.8-{build}

branches:
only:
- master
skip_non_tags: true

notifications:
- provider: Email
Expand All @@ -65,9 +63,8 @@ deploy:
secure: dmzZ4ohXYLWbEtp4RW9xBSEFtIirUua57jeak2h6yu/g90RoxnVwLxwpkeVPKrdh
artifact: source,binary

draft: false
prerelease: false
on:
branch: master # release from master branch only
appveyor_repo_tag: true # deploy on tag push only
draft: true
prerelease: true
# on:
# appveyor_repo_tag: true # deploy on tag push only

0 comments on commit 601d533

Please sign in to comment.