Skip to content

Commit

Permalink
push releases to branches
Browse files Browse the repository at this point in the history
  • Loading branch information
timfel committed Jun 7, 2020
1 parent e9a48aa commit 7208caa
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,13 @@ artifacts:
- path: dependencies.zip
deploy:
- provider: GitHub
release: master-builds
description: 'Automatic builds from the master branch'
release: $(APPVEYOR_REPO_BRANCH)-builds
description: 'Automatic builds'
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 7208caa

Please sign in to comment.