Browse Source

Skip excess AppVeyor CI run if Pull Request opened from non default (master) branch.

pull/954/head
Ivan Kochurkin 9 years ago
parent
commit
a0fa312abf
  1. 1
      appveyor.yml

1
appveyor.yml

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

Loading…
Cancel
Save