From 1fc29d094fc52dd1316c0eed7efc5cf7d79e8378 Mon Sep 17 00:00:00 2001 From: blotus Date: Tue, 26 Jul 2022 16:40:16 +0200 Subject: [PATCH] Don't run azure pipeline on freeBSD tags (#1684) --- azure-pipelines.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 69ad25fcc..63f335f0e 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -2,6 +2,8 @@ trigger: tags: include: - "v*" + exclude: + - "v*freebsd" branches: exclude: - "*"