From 08c37121e8dba946856789fdc393c555738488b9 Mon Sep 17 00:00:00 2001 From: shamofu Date: Thu, 27 Jun 2019 23:39:44 +0900 Subject: [PATCH] Update azure-pipelines.yml --- azure-pipelines.yml | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index e58336aa5f..7c1fee46f1 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -1,7 +1,3 @@ -trigger: - branches: - include: - - '*' jobs: - job: LinuxBuild pool: @@ -32,3 +28,12 @@ jobs: - script: | cd compiler && make && make test displayName: 'Build V' +trigger: + branches: + include: + - '*' +pr: + autoCancel: false + branches: + include: + - '*'