Skip to content

Commit

Permalink
Change deployment branch to main
Browse files Browse the repository at this point in the history
  • Loading branch information
bhumin-fw committed Mar 15, 2024
1 parent 352b807 commit ee3904a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/forms-flow-api-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
- test
- production
push:
branches: [DGJ_1236-update-to-the-new-helm-chart-deployment]
branches: [main]
paths:
- "forms-flow-api/**"
- "forms-flow-api-utils/**"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/forms-flow-bpm-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
- test
- production
push:
branches: [DGJ_1236-update-to-the-new-helm-chart-deployment]
branches: [main]
paths:
- "forms-flow-bpm/**"
- "deployment/openshift/bpm_bc.yaml"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/forms-flow-documents-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
- test
- production
push:
branches: [DGJ_1236-update-to-the-new-helm-chart-deployment]
branches: [main]
paths:
- "forms-flow-documents/**"
- "forms-flow-api-utils/**"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/forms-flow-forms-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
- test
- production
push:
branches: [DGJ_1236-update-to-the-new-helm-chart-deployment]
branches: [main]
paths:
- "forms-flow-forms/**"
- "deployment/openshift/forms-flow-forms_bc.yaml"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/forms-flow-web-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
- test
- production
push:
branches: [DGJ_1236-update-to-the-new-helm-chart-deployment]
branches: [main]
paths:
- "forms-flow-web/**"
- "deployment/openshift/web_bc.yaml"
Expand Down

0 comments on commit ee3904a

Please sign in to comment.