ci: drop master branch requirement for AppVeyor releases test-tag-2022-08-09-2
authorVincent Fu <vincentfu@gmail.com>
Tue, 9 Aug 2022 14:45:53 +0000 (10:45 -0400)
committerVincent Fu <vincentfu@gmail.com>
Tue, 9 Aug 2022 14:45:53 +0000 (10:45 -0400)
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 <vincentfu@gmail.com>
.appveyor.yml

index e55fc3d13f12c0bcbb837eb1bafe650cdf82bfb2..92301ca9e092d76c31413e477a7cd69432f44f5b 100644 (file)
@@ -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