Skip to content

Commit d8452d9

Browse files
committed
Remove branches settings.
1 parent dfbe1ba commit d8452d9

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

appveyor.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
# https://www.appveyor.com/docs/appveyor-yml/
22

33
version: 0.1.5.{build}
4-
branches:
5-
only:
6-
- master
7-
skip_tags: true
84
image: Visual Studio 2017
95
platform:
106
- "Any CPU"
@@ -46,4 +42,4 @@ deploy:
4642
draft: false
4743
prerelease: true
4844
on:
49-
appveyor_repo_tag: true # deploy on tag push only
45+
appveyor_repo_tag: true

0 commit comments

Comments
 (0)