From 704062f876df4a294a218ee113b106de6038b882 Mon Sep 17 00:00:00 2001 From: MrTimscampi Date: Sun, 15 Mar 2020 21:53:28 +0100 Subject: [PATCH] Fix CI on PRs --- .ci/azure-pipelines.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.ci/azure-pipelines.yml b/.ci/azure-pipelines.yml index 43c05fffa2..bfe9aa5c69 100644 --- a/.ci/azure-pipelines.yml +++ b/.ci/azure-pipelines.yml @@ -7,6 +7,10 @@ trigger: tags: include: - '*' +pr: + branches: + include: + - '*' jobs: - job: main_build