From 2af7223683c5c92fa45f9bb3656260fa823dc78c Mon Sep 17 00:00:00 2001 From: Breakthrough Date: Sun, 23 Jul 2023 17:30:59 -0400 Subject: [PATCH] [build] Build signed Windows binaries for v0.6.2. --- appveyor.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index 765f419b..1ffaaf28 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -5,6 +5,8 @@ build: false # Branches applies to tags as well. We only build on tagged releases of the form vX.Y.Z-release branches: only: + - main + - /releases\/.+/ - /v.+-release/ skip_tags: false