Skip to content

Commit

Permalink
ci: drop master branch requirement for AppVeyor releases
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
vincentkfu committed Aug 9, 2022
1 parent 6018d6d commit 6e44f31
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 6e44f31

Please sign in to comment.