[ci] run Appveyor checks on PRs targeting release/ branches (#5528)

This commit is contained in:
James Lamb 2022-10-08 18:53:48 -05:00 коммит произвёл GitHub
Родитель 82b7d31c78
Коммит fb7f5eac3a
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -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: