From 55281e03afa75cb2eac380fa5554e677856f54aa Mon Sep 17 00:00:00 2001 From: Niels Lohmann Date: Wed, 18 Aug 2021 21:25:23 +0200 Subject: [PATCH] :memo: add documentation for integration via vcpkg --- appveyor.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index ac48235dc..4190b418e 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -83,4 +83,8 @@ test_script: # More info: https://github.com/nlohmann/json/pull/1570 - if "%configuration%"=="Debug" ctest --exclude-regex "test-unicode" -C "%configuration%" -V -j -skip_branch_with_pr: true +# only build PRs and commits to develop branch +# (see https://help.appveyor.com/discussions/questions/55079-two-builds-per-commit-to-pull-request) +branches: + only: + - develop