From d99aa003ba28f847fd6d9d3ef3490721e4e13ba0 Mon Sep 17 00:00:00 2001 From: Arseny Kapoulkine Date: Thu, 16 Nov 2023 12:09:18 -0800 Subject: [PATCH] Restrict AppVeyor builds to master branch This avoids duplicate builds on PRs submitted from a branch in the same repository. --- appveyor.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index 2f2c0e6..324d1d9 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,3 +1,7 @@ +branches: + only: + - master + image: - Visual Studio 2022 - Visual Studio 2019