From 6e44f31b9241cdc56d0857fb10ddb2ec40faa541 Mon Sep 17 00:00:00 2001 From: Vincent Fu Date: Tue, 9 Aug 2022 10:45:53 -0400 Subject: [PATCH] ci: drop master branch requirement for AppVeyor releases Even if we tag a commit on the master branch AppVeyor won't upload the installers as GitHub release artifacts. https://ci.appveyor.com/project/axboe/fio/builds/44416420/job/t1elejqo2yk3r72b So just drop the requirement for AppVeyor to only upload release artifacts from the master branch. This seems to get things working on my fork: https://ci.appveyor.com/project/vincentkfu/fio/builds/44417490/job/e6xtrwc6xlccrn0j It's good to have the flexibility to store installers from other branches in any case. Signed-off-by: Vincent Fu --- .appveyor.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index e55fc3d1..92301ca9 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -59,7 +59,6 @@ deploy: draft: false prerelease: false on: - branch: master # release from this branch only APPVEYOR_REPO_TAG: true # deploy on tag push only DISTRO: cygwin -- 2.25.1