From fb7f5eac3a605ce1aa175009c0bd3b30bca16cb5 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 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index e02c3e9d8151..7d1c970cdae0 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -6,10 +6,11 @@ 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 + - /^release/ environment: matrix: