From cb8aa21fb1fa0c9bfb44f0017749bbe154a61ca7 Mon Sep 17 00:00:00 2001 From: Zion Nimchuk Date: Wed, 30 Aug 2023 12:56:54 -0700 Subject: [PATCH] Make sure to enable PR builds --- azure-pipelines.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index d99f9d83c0..f19a4e927f 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -5,7 +5,10 @@ trigger: tags: exclude: - '*' -pr: none +pr: + branches: + include: + - master jobs: - job: Linux_Build strategy: