Skip to content

Commit

Permalink
Update CD flow.
Browse files Browse the repository at this point in the history
  • Loading branch information
pwei1018 committed Sep 20, 2024
1 parent 901c64a commit d19e944
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/account-mailer-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
- feature*
paths:
- "queue_services/account-mailer/**"
- "auth-api/src/auth_api/models/**"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/auth-api-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
- feature*
paths:
- "auth-api/**"
workflow_dispatch:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/auth-queue-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
- feature*
paths:
- "queue_services/auth-queue/**"
- "auth-api/src/auth_api/models/**"
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/auth-web-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
branches:
- main
- feature*
paths:
- "auth-web/**"
workflow_dispatch:
inputs:
target:
Expand Down

0 comments on commit d19e944

Please sign in to comment.