Skip to content

Commit

Permalink
chore: pipeline trigger branch to main DEVOPS-515
Browse files Browse the repository at this point in the history
  • Loading branch information
terovirtanen committed Aug 28, 2023
1 parent 5b29c02 commit 0aa8012
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion azure-pipelines/helsinkilisa-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ pr:
# PR target branch
branches:
include:
- develop
- main
paths:
include:
- azure-pipelines/helsinkilisa-review.yml
Expand Down
2 changes: 1 addition & 1 deletion azure-pipelines/kesaseteli-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ pr:
# PR target branch
branches:
include:
- develop
- main
paths:
include:
- azure-pipelines/kesaseteli-review.yml
Expand Down
2 changes: 1 addition & 1 deletion backend/benefit/azure-pipelines-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ trigger:
batch: true
branches:
include:
- develop
- main
paths:
include:
- backend/benefit/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ trigger:
batch: true
branches:
include:
- develop
- main
paths:
include:
- backend/kesaseteli/**
Expand Down
2 changes: 1 addition & 1 deletion backend/tet/azure-pipelines-devtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ trigger:
batch: true
branches:
include:
- develop
- main
paths:
include:
- backend/tet/**
Expand Down
2 changes: 1 addition & 1 deletion frontend/benefit/azure-pipelines-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
trigger:
branches:
include:
- develop
- main
paths:
include:
- frontend/benefit/**
Expand Down
2 changes: 1 addition & 1 deletion frontend/benefit/handler/azure-pipelines-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ trigger:
batch: true
branches:
include:
- develop
- main
paths:
include:
- frontend/benefit/handler/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ trigger:
batch: true
branches:
include:
- develop
- main
paths:
include:
- frontend/kesaseteli/**
Expand Down
2 changes: 1 addition & 1 deletion frontend/kesaseteli/handler/azure-pipelines-devtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ trigger:
batch: true
branches:
include:
- develop
- main
paths:
include:
- frontend/kesaseteli/handler/**
Expand Down
2 changes: 1 addition & 1 deletion frontend/kesaseteli/youth/azure-pipelines-devtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ trigger:
batch: true
branches:
include:
- develop
- main
paths:
include:
- frontend/kesaseteli/youth/**
Expand Down
2 changes: 1 addition & 1 deletion frontend/tet/admin/azure-pipelines-devtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ trigger:
batch: true
branches:
include:
- develop
- main
paths:
include:
- frontend/tet/admin/**
Expand Down
2 changes: 1 addition & 1 deletion frontend/tet/youth/azure-pipelines-devtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ trigger:
batch: true
branches:
include:
- develop
- main
paths:
include:
- frontend/tet/youth/**
Expand Down

0 comments on commit 0aa8012

Please sign in to comment.