Skip to content

Commit 01c4e57

Browse files
authored
Update appveyor.yml
- Add config to publish release drafts only when this is not a tag build
1 parent 6118afb commit 01c4e57

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

appveyor.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,8 @@ for:
119119
draft: true
120120
prerelease: false
121121
force_update: true
122+
on:
123+
appveyor_repo_tag: false
122124

123125
-
124126
branches:
@@ -136,6 +138,8 @@ for:
136138
draft: true
137139
prerelease: true
138140
force_update: true
141+
on:
142+
appveyor_repo_tag: false
139143

140144
-
141145
branches:
@@ -158,3 +162,5 @@ for:
158162
draft: true
159163
prerelease: true
160164
force_update: true
165+
on:
166+
appveyor_repo_tag: false

0 commit comments

Comments
 (0)