Skip to content

Commit

Permalink
Update GitHub workflows to trigger build when files in application/* …
Browse files Browse the repository at this point in the history
…are changed
  • Loading branch information
tjementum committed May 21, 2024
1 parent c93508a commit be048ae
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/account-management.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
name: Account Managment - Build and Deploy
name: Account Management - Build and Deploy

on:
push:
branches:
- main
paths:
- "application/*"
- "application/shared-kernel/**"
- "application/account-management/**"
- ".github/workflows/account-management.yml"
- "!**.md"
pull_request:
paths:
- "application/*"
- "application/shared-kernel/**"
- "application/account-management/**"
- ".github/workflows/account-management.yml"
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/app-gateway.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,14 @@ on:
branches:
- main
paths:
- "application/*"
- "application/shared-kernel/**"
- "application/AppGateway/**"
- ".github/workflows/app-gateway.yml"
- "!**.md"
pull_request:
paths:
- "application/*"
- "application/shared-kernel/**"
- "application/AppGateway/**"
- ".github/workflows/app-gateway.yml"
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/back-office.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,14 @@ on:
branches:
- main
paths:
- "application/*"
- "application/shared-kernel/**"
- "application/back-office/**"
- ".github/workflows/back-office.yml"
- "!**.md"
pull_request:
paths:
- "application/*"
- "application/shared-kernel/**"
- "application/back-office/**"
- ".github/workflows/back-office.yml"
Expand Down

0 comments on commit be048ae

Please sign in to comment.