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: + - '*'