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

[ci] avoid duplicatte AppVeyor builds (#3096)

parent 58e9b1da
...@@ -5,6 +5,12 @@ platform: x64 ...@@ -5,6 +5,12 @@ platform: x64
configuration: # a trick to construct a build matrix with multiple Python versions configuration: # a trick to construct a build matrix with multiple Python versions
- 3.7 - 3.7
# only build pull requests and
# commits to 'master'
branches:
only:
- master
environment: environment:
matrix: matrix:
- COMPILER: MINGW - COMPILER: MINGW
......
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