From 752492af43e536b195ffeb6c3e11589b069381ca Mon Sep 17 00:00:00 2001 From: James Lamb Date: Sat, 8 Oct 2022 18:53:48 -0500 Subject: [PATCH] [ci] run Appveyor checks on PRs targeting release/ branches (#5528) --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index e2fe988e7e55..e51feb918675 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -6,7 +6,7 @@ configuration: # a trick to construct a build matrix with multiple Python versi - '3.7' # only build pull requests and -# commits to 'master' +# commits to 'master' or any branch starting with 'release' branches: only: - master