Skip to content

Commit

Permalink
[ci] avoid duplicatte AppVeyor builds (microsoft#3096)
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb authored and ChipKerchner committed Jun 10, 2020
1 parent 711ac6c commit 3f39c89
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ platform: x64
configuration: # a trick to construct a build matrix with multiple Python versions
- 3.7

# only build pull requests and
# commits to 'master'
branches:
only:
- master

environment:
matrix:
- COMPILER: MINGW
Expand Down

0 comments on commit 3f39c89

Please sign in to comment.