Skip to content

Commit

Permalink
[ci] run Appveyor checks on PRs targeting release/ branches (#5528)
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb authored Oct 8, 2022
1 parent 82b7d31 commit fb7f5ea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit fb7f5ea

Please sign in to comment.