Skip to content

Commit

Permalink
actions should consider dockerfile changes
Browse files Browse the repository at this point in the history
  • Loading branch information
leewrigh committed Dec 3, 2024
1 parent edb86aa commit 8650a4c
Show file tree
Hide file tree
Showing 14 changed files with 20 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build-push-approvalflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ on:
branches: [develop,test,main]
paths:
- "backend/ApprovalFlow/**"
- "backend/common/**"
- "backend/common/**"
- "backend/Dockerfile.ApprovalFlow"
- ".github/workflows/build-push-approvalflow.yml"
workflow_dispatch:
env:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/build-push-casemanagement.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ on:
branches: [develop,test,main]
paths:
- "backend/edt.casemanagement/**"
- "backend/common/**"
- "backend/common/**"
- "backend/Dockerfile.CaseManagement"
- ".github/workflows/build-push-casemanagement.yml"
workflow_dispatch:
env:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build-push-common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches: [develop]
paths:
- "backend/common/**"
- "backend/Dockerfile.Common"
- ".github/workflows/build-push-common.yml"
workflow_dispatch:
env:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/build-push-commonconstants.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ on:
push:
branches: [develop]
paths:
- "backend/CommonConstants/**"
- "backend/CommonConstants/**"
- "backend/Dockerfile.CommonConstants"
- ".github/workflows/build-push-commonconstants.yml"
workflow_dispatch:
env:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/build-push-commonmodels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ on:
push:
branches: [develop]
paths:
- "backend/CommonModels/**"
- "backend/CommonModels/**"
- "backend/Dockerfile.CommonModels"
- ".github/workflows/build-push-commonmodels.yml"
workflow_dispatch:
env:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build-push-diamconfig.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
paths:
- "backend/DIAMConfiguration/**"
- "backend/common/**"
- "backend/Dockerfile.DIAMConfig"
- ".github/workflows/build-push-diamconfig.yml"
workflow_dispatch:
env:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build-push-diamcornet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
paths:
- "backend/DIAMCornetService/**"
- "backend/common/**"
- "backend/Dockerfile.DIAMCornetService"
- ".github/workflows/build-push-diamcornet.yml"
workflow_dispatch:
env:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build-push-disclosure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
paths:
- "backend/edt.disclosure/**"
- "backend/common/**"
- "backend/Dockerfile.Disclosure"
- ".github/workflows/build-push-disclosure.yml"
workflow_dispatch:
env:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/build-push-edtcore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ on:
branches: [develop,test,main]
paths:
- "backend/service.edt/**"
- "backend/common/**"
- "backend/common/**"
- "backend/Dockerfile.EdtCore"
- ".github/workflows/build-push-edtcore.yml"
workflow_dispatch:
env:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build-push-islinterfaces.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
paths:
- "backend/ISLInterfaces/**"
- "backend/common/**"
- "backend/Dockerfile.ISLInterfaces"
- ".github/workflows/build-push-islinterfaces.yml"
workflow_dispatch:
env:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build-push-jamservice.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
paths:
- "backend/JAMService/**"
- "backend/common/**"
- "backend/Dockerfile.JAMService"
- ".github/workflows/build-push-jamservice.yml"
workflow_dispatch:
env:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build-push-jumapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
paths:
- "backend/jumwebapi/**"
- "backend/common/**"
- "backend/Dockerfile.JUMApi"
- ".github/workflows/build-push-jumapi.yml"
workflow_dispatch:
env:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/build-push-notification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ on:
branches: [develop,test,main]
paths:
- "backend/NotificationService/**"
- "backend/common/**"
- "backend/common/**"
- "backend/Dockerfile.Notification"
- ".github/workflows/build-push-notification.yml"
workflow_dispatch:
env:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build-push-webapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
paths:
- "backend/webapi/**"
- "backend/common/**"
- "backend/Dockerfile.WebApi"
- ".github/workflows/build-push-webapi.yml"
workflow_dispatch:
env:
Expand Down

0 comments on commit 8650a4c

Please sign in to comment.