Unverified Commit fb7f5eac authored by James Lamb's avatar James Lamb Committed by GitHub
Browse files

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

parent 82b7d31c
...@@ -6,10 +6,11 @@ configuration: # a trick to construct a build matrix with multiple Python versi ...@@ -6,10 +6,11 @@ configuration: # a trick to construct a build matrix with multiple Python versi
- '3.7' - '3.7'
# only build pull requests and # only build pull requests and
# commits to 'master' # commits to 'master' or any branch starting with 'release'
branches: branches:
only: only:
- master - master
- /^release/
environment: environment:
matrix: matrix:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment