diff --git a/appveyor.yml b/appveyor.yml index 07f37a94..c69f3b96 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,5 +1,9 @@ init: - ps: >- + if ($env:APPVEYOR_SCHEDULED_BUILD -eq "true") + { + Exit + } if ($env:APPVEYOR_REPO_TAG -eq "true") { Update-AppveyorBuild -Version "$($env:APPVEYOR_REPO_TAG_NAME.substring(1))"