Skip to content

Commit

Permalink
feat(ci): add manual workflow dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
HarryVasanth committed May 7, 2024
1 parent 4db31f3 commit 2a1c0c3
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ga-build-content-api-gateway.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- 'master'
paths:
- 'srcs/api-gateway-app/**'
workflow_dispatch:

jobs:
build-image:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ga-build-content-billing-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- "master"
paths:
- "srcs/billing-app/**"
workflow_dispatch:

jobs:
build-image:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ga-build-content-inventory-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- 'master'
paths:
- 'srcs/inventory-app/**'
workflow_dispatch:

jobs:
build-image:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ga-build-content-postgres-db.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- 'master'
paths:
- 'srcs/postgres-db/**'
workflow_dispatch:

jobs:
build-image:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ga-build-content-rabbitmq.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- 'master'
paths:
- 'srcs/rabbitmq/**'
workflow_dispatch:

jobs:
build-image:
Expand Down

0 comments on commit 2a1c0c3

Please sign in to comment.