emergency fix so appveyor would not catch on fire from infinite build loop
This commit is contained in:
parent
9956e6c57c
commit
3f1e07158f
|
@ -29,6 +29,7 @@ deploy:
|
||||||
draft: false
|
draft: false
|
||||||
prerelease: false
|
prerelease: false
|
||||||
force_update: true
|
force_update: true
|
||||||
|
tag: $(APPVEYOR_REPO_TAG_NAME)
|
||||||
on:
|
on:
|
||||||
branch: master
|
branch: master
|
||||||
APPVEYOR_REPO_TAG: true
|
APPVEYOR_REPO_TAG: true
|
||||||
|
|
Loading…
Reference in New Issue