We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9649d7 commit 3aa46faCopy full SHA for 3aa46fa
1 file changed
appveyor.yml
@@ -145,6 +145,6 @@ deploy:
145
prerelease: true
146
tag: opengothic-v$(appveyor_build_version)
147
on:
148
- branch: master
+ branch: $(APPVEYOR_REPO_TAG_NAME)
149
appveyor_repo_tag: true # deploy on tag push only
150
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015 # mingw is default for now
0 commit comments