Browse Source

Merge pull request #954 from KvanTTT/master

Skip excess AppVeyor CI run if Pull Request opened from non default (master) branch.
pull/641/merge
Steven Kirk 9 years ago
committed by GitHub
parent
commit
0cf75309a3
  1. 1
      appveyor.yml

1
appveyor.yml

@ -1,6 +1,7 @@
os: Visual Studio 2017 os: Visual Studio 2017
platform: platform:
- Any CPU - Any CPU
skip_branch_with_pr: true
configuration: configuration:
- Release - Release
environment: environment:

Loading…
Cancel
Save