Skip to content

Commit

Permalink
Revert "push releases to branches"
Browse files Browse the repository at this point in the history
This reverts commit 7208caa.
  • Loading branch information
timfel committed Jun 9, 2020
1 parent 7208caa commit d132c19
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,15 @@ artifacts:
- path: dependencies.zip
deploy:
- provider: GitHub
release: $(APPVEYOR_REPO_BRANCH)-builds
description: 'Automatic builds'
release: master-builds
description: 'Automatic builds from the master branch'
auth_token:
secure: NMy2KE3EpZTjverxNzEAoBnlV+7VLGvwy3e1WEIrliFy3R1oxuT+AgGUDcRwv9y/
artifact: /.*zip/
draft: false
prerelease: true
on:
branch: master
- provider: GitHub
release: $(APPVEYOR_REPO_TAG_NAME)
description: 'Release'
Expand Down

0 comments on commit d132c19

Please sign in to comment.