From 2bf757a6577a0f797d0d3e2d9c1fdc87f6eddf7c Mon Sep 17 00:00:00 2001 From: Matthieu Gallien Date: Wed, 21 Jul 2021 10:19:41 +0200 Subject: [PATCH] only run the pipeline for master branch and pull requests Signed-off-by: Matthieu Gallien --- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 9c3166585..c914ea51a 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -3,8 +3,8 @@ version: '{build}-{branch}' image: Visual Studio 2019 branches: - except: - - playground + only: + - master clone_depth: 1