Skip to content

Commit 741b92a

Browse files
authored
Add main trigger to new-ish pipelines. (Azure#21899)
1 parent 350c23e commit 741b92a

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed

sdk/modelsrepository/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ trigger:
44
branches:
55
include:
66
- master
7+
- main
78
- hotfix/*
89
- release/*
910
paths:
@@ -14,6 +15,7 @@ pr:
1415
branches:
1516
include:
1617
- master
18+
- main
1719
- feature/*
1820
- hotfix/*
1921
- release/*

sdk/objectanchors/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ trigger:
33
branches:
44
include:
55
- master
6+
- main
67
- hotfix/*
78
- release/*
89
paths:
@@ -13,6 +14,7 @@ pr:
1314
branches:
1415
include:
1516
- master
17+
- main
1618
- feature/*
1719
- hotfix/*
1820
- release/*

sdk/remoterendering/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ trigger:
33
branches:
44
include:
55
- master
6+
- main
67
- hotfix/*
78
- release/*
89
paths:
@@ -13,6 +14,7 @@ pr:
1314
branches:
1415
include:
1516
- master
17+
- main
1618
- feature/*
1719
- hotfix/*
1820
- release/*

sdk/translation/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ trigger:
33
branches:
44
include:
55
- master
6+
- main
67
- hotfix/*
78
- release/*
89
paths:
@@ -13,6 +14,7 @@ pr:
1314
branches:
1415
include:
1516
- master
17+
- main
1618
- feature/*
1719
- hotfix/*
1820
- release/*

0 commit comments

Comments
 (0)