Skip to content

Commit b97b04c

Browse files
committed
appveyor: Skip branch with active PR
To avoid duplicate appveyor builds for PRs.
1 parent dc2f641 commit b97b04c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

appveyor.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ build_script:
3737
Write-Host "Build failed with exit code $BuildExitCode."
3838
exit $BuildExitCode
3939
}
40+
# Do not build feature branch with open Pull Requests
41+
skip_branch_with_pr: true
4042
test: off
4143
artifacts:
4244
- path: Artifacts\UnitsNet.zip

0 commit comments

Comments
 (0)