Browse Source

ci(appveyor): prevent duplicate builds

Skip feature branches with open PR.

See https://github.com/appveyor/ci/issues/882
renovate/lint-staged-8.x
Tom Kirkpatrick 6 years ago
parent
commit
4b48976146
No known key found for this signature in database GPG Key ID: 72203A8EC5967EA8
  1. 2
      appveyor.yml

2
appveyor.yml

@ -25,6 +25,8 @@ shallow_clone: true
clone_depth: 1
skip_branch_with_pr: true
install:
- ps: Install-Product node $env:nodejs_version
- set CI=true

Loading…
Cancel
Save