From: Vincent Fu Date: Tue, 9 Aug 2022 14:45:53 +0000 (-0400) Subject: ci: drop master branch requirement for AppVeyor releases X-Git-Tag: test-tag-2022-08-09-2 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=refs%2Ftags%2Ftest-tag-2022-08-09-2;p=fio.git 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 --- 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