diff --git a/.appveyor.yml b/.appveyor.yml index 65e07a1..5b49441 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -1,4 +1,8 @@ version: '{build}' +branches: + only: + - master +skip_branch_with_pr: true image: Visual Studio 2017 configuration: Release platform: Any CPU @@ -25,3 +29,12 @@ artifacts: name: QuickLook-%GIT_TAG% - path: QuickLook-%GIT_TAG%.msi name: QuickLook-%GIT_TAG% +deploy: +- provider: GitHub + auth_token: + secure: YwPL9DCYIWsHKBT7WMnx+IHTWph9fEOUBpnfZhZMTgz6VzWem01X+l/vZPlFxCG/ + artifact: QuickLook-$(APPVEYOR_REPO_TAG_NAME) + draft: true + on: + branch: master + APPVEYOR_REPO_TAG: true