Skip to content

Commit 7208caa

Browse files
committed
push releases to branches
1 parent e9a48aa commit 7208caa

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

appveyor.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,13 @@ artifacts:
1010
- path: dependencies.zip
1111
deploy:
1212
- provider: GitHub
13-
release: master-builds
14-
description: 'Automatic builds from the master branch'
13+
release: $(APPVEYOR_REPO_BRANCH)-builds
14+
description: 'Automatic builds'
1515
auth_token:
1616
secure: NMy2KE3EpZTjverxNzEAoBnlV+7VLGvwy3e1WEIrliFy3R1oxuT+AgGUDcRwv9y/
1717
artifact: /.*zip/
1818
draft: false
1919
prerelease: true
20-
on:
21-
branch: master
2220
- provider: GitHub
2321
release: $(APPVEYOR_REPO_TAG_NAME)
2422
description: 'Release'

0 commit comments

Comments
 (0)