Skip to content

Commit bea9c05

Browse files
authored
Engineering - add PR trigger (#1914)
1 parent a2adc30 commit bea9c05

File tree

1 file changed

+17
-11
lines changed

1 file changed

+17
-11
lines changed

.azure-pipelines.yml

Lines changed: 17 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,26 @@ trigger:
22
batch: true
33
branches:
44
include:
5-
- '*'
5+
- '*'
6+
7+
pr:
8+
branches:
9+
include:
10+
- main
11+
- release/*
612

713
variables:
814
Codeql.Enabled: true
915

1016
jobs:
11-
- job: Windows
12-
pool:
13-
vmImage: 'windows-latest'
14-
steps:
15-
- template: build/azure-pipelines/win32/build.yml
17+
- job: Windows
18+
pool:
19+
vmImage: 'windows-latest'
20+
steps:
21+
- template: build/azure-pipelines/win32/build.yml
1622

17-
- job: Linux
18-
pool:
19-
vmImage: 'ubuntu-latest'
20-
steps:
21-
- template: build/azure-pipelines/linux/build.yml
23+
- job: Linux
24+
pool:
25+
vmImage: 'ubuntu-latest'
26+
steps:
27+
- template: build/azure-pipelines/linux/build.yml

0 commit comments

Comments
 (0)