CI: Trigger Windows build when a tag is pushed AppVeyor ran our CI build when both branches and tags were pushed. This is necessary to support signing with SignPath.io, since we only sign releases and not pre-releases. However, due to an oversight in 9af8cca75c098e8fb5afaa20e859b705f7189020, the global on: dictionary excluded tag pushes. To simulate the previous AppVeyor CI environment: - Run all jobs regardless of whether a branch or a tag was pushed. - Use the if: key to exclude all jobs except "windows" from tag pushes.