From 5dfb2fb49cb612ea62e418a8776e78e887c26853 Mon Sep 17 00:00:00 2001 From: Maxr1998 Date: Fri, 4 Dec 2020 21:26:30 +0100 Subject: [PATCH] Don't run Azure pipeline for PRs --- .ci/azure-pipelines.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.ci/azure-pipelines.yml b/.ci/azure-pipelines.yml index 3476c39b..1c7bdcb5 100644 --- a/.ci/azure-pipelines.yml +++ b/.ci/azure-pipelines.yml @@ -12,11 +12,6 @@ trigger: include: - '*' -pr: - branches: - include: - - '*' - jobs: - job: Test displayName: 'Test'