Skip to content

Commit

Permalink
Add main trigger to new-ish pipelines. (Azure#21899)
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchdenny authored Jun 17, 2021
1 parent 350c23e commit 741b92a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sdk/modelsrepository/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ trigger:
branches:
include:
- master
- main
- hotfix/*
- release/*
paths:
Expand All @@ -14,6 +15,7 @@ pr:
branches:
include:
- master
- main
- feature/*
- hotfix/*
- release/*
Expand Down
2 changes: 2 additions & 0 deletions sdk/objectanchors/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ trigger:
branches:
include:
- master
- main
- hotfix/*
- release/*
paths:
Expand All @@ -13,6 +14,7 @@ pr:
branches:
include:
- master
- main
- feature/*
- hotfix/*
- release/*
Expand Down
2 changes: 2 additions & 0 deletions sdk/remoterendering/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ trigger:
branches:
include:
- master
- main
- hotfix/*
- release/*
paths:
Expand All @@ -13,6 +14,7 @@ pr:
branches:
include:
- master
- main
- feature/*
- hotfix/*
- release/*
Expand Down
2 changes: 2 additions & 0 deletions sdk/translation/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ trigger:
branches:
include:
- master
- main
- hotfix/*
- release/*
paths:
Expand All @@ -13,6 +14,7 @@ pr:
branches:
include:
- master
- main
- feature/*
- hotfix/*
- release/*
Expand Down

0 comments on commit 741b92a

Please sign in to comment.