Skip to content

Commit

Permalink
added release branch top pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
kissalk committed Aug 29, 2024
1 parent c2bbdf5 commit 23929a3
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions Azure_Pipelines/azure-pipelines.account.cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ trigger:
branches:
include:
- dev
- release/*
paths:
include:
- DotNet/Account/*
Expand Down
1 change: 1 addition & 0 deletions Azure_Pipelines/azure-pipelines.audit.cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ trigger:
branches:
include:
- dev
- release/*
paths:
include:
- DotNet/Audit/*
Expand Down
1 change: 1 addition & 0 deletions Azure_Pipelines/azure-pipelines.bff.cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ trigger:
branches:
include:
- dev
- release/*
paths:
include:
- DotNet/LinkAdmin.BFF/*
Expand Down
1 change: 1 addition & 0 deletions Azure_Pipelines/azure-pipelines.census.cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ trigger:
branches:
include:
- dev
- release/*
paths:
include:
- DotNet/Census/*
Expand Down
1 change: 1 addition & 0 deletions Azure_Pipelines/azure-pipelines.dataacquisition.cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ trigger:
branches:
include:
- dev
- release/*
paths:
include:
- DotNet/DataAcquisition/*
Expand Down
1 change: 1 addition & 0 deletions Azure_Pipelines/azure-pipelines.demo.cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ trigger:
branches:
include:
- dev
- release/*
paths:
include:
- Web/DemoApp/*
Expand Down
1 change: 1 addition & 0 deletions Azure_Pipelines/azure-pipelines.gateway.cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ trigger:
branches:
include:
- dev
- release/*
paths:
include:
- DotNet/DemoApiGateway/*
Expand Down
1 change: 1 addition & 0 deletions Azure_Pipelines/azure-pipelines.measureeval.cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ trigger:
branches:
include:
- dev
- release/*
paths:
include:
- Java/measureeval/*
Expand Down
1 change: 1 addition & 0 deletions Azure_Pipelines/azure-pipelines.normalization.cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ trigger:
branches:
include:
- dev
- release/*
paths:
include:
- DotNet/Normalization/*
Expand Down
1 change: 1 addition & 0 deletions Azure_Pipelines/azure-pipelines.notification.cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ trigger:
branches:
include:
- dev
- release/*
paths:
include:
- DotNet/Notification/*
Expand Down
1 change: 1 addition & 0 deletions Azure_Pipelines/azure-pipelines.querydispatch.cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ trigger:
branches:
include:
- dev
- release/*
paths:
include:
- DotNet/QueryDispatch/*
Expand Down
1 change: 1 addition & 0 deletions Azure_Pipelines/azure-pipelines.report.cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ trigger:
branches:
include:
- dev
- release/*
paths:
include:
- DotNet/Report/*
Expand Down
1 change: 1 addition & 0 deletions Azure_Pipelines/azure-pipelines.submission.cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ trigger:
branches:
include:
- dev
- release/*
paths:
include:
- DotNet/Submission/*
Expand Down
1 change: 1 addition & 0 deletions Azure_Pipelines/azure-pipelines.tenant.cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ trigger:
branches:
include:
- dev
- release/*
paths:
include:
- DotNet/Tenant/*
Expand Down
1 change: 1 addition & 0 deletions Azure_Pipelines/azure-pipelines.validation.cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ trigger:
branches:
include:
- dev
- release/*
paths:
include:
- Java/validation/*
Expand Down

0 comments on commit 23929a3

Please sign in to comment.