From 5eb1e7a0845570c25585552068fde229da9e0b7a Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Thu, 29 Feb 2024 12:44:33 -0300 Subject: ci: skip branches with PRs on AppVeyor --- appveyor.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/appveyor.yml b/appveyor.yml index 0d350d8a..c709cbe6 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,6 +1,7 @@ version: 3.0.0.{build}-test shallow_clone: true +skip_branch_with_pr: true matrix: fast_finish: true -- cgit v1.2.3-55-g6feb