diff --git a/appveyor.yml b/appveyor.yml index 94c0f15..a5d851c 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -42,5 +42,5 @@ deploy: draft: true prerelease: true on: -# branch: master # release from master branch only - APPVEYOR_REPO_TAG: true # deploy on tag push only + branch: master + APPVEYOR_REPO_TAG: true