Skip to content

Commit 2a1c0c3

Browse files
committed
feat(ci): add manual workflow dispatch
1 parent 4db31f3 commit 2a1c0c3

5 files changed

+5
-0
lines changed

.github/workflows/ga-build-content-api-gateway.yml

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
- 'master'
77
paths:
88
- 'srcs/api-gateway-app/**'
9+
workflow_dispatch:
910

1011
jobs:
1112
build-image:

.github/workflows/ga-build-content-billing-app.yml

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
- "master"
77
paths:
88
- "srcs/billing-app/**"
9+
workflow_dispatch:
910

1011
jobs:
1112
build-image:

.github/workflows/ga-build-content-inventory-app.yml

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
- 'master'
77
paths:
88
- 'srcs/inventory-app/**'
9+
workflow_dispatch:
910

1011
jobs:
1112
build-image:

.github/workflows/ga-build-content-postgres-db.yml

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
- 'master'
77
paths:
88
- 'srcs/postgres-db/**'
9+
workflow_dispatch:
910

1011
jobs:
1112
build-image:

.github/workflows/ga-build-content-rabbitmq.yml

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
- 'master'
77
paths:
88
- 'srcs/rabbitmq/**'
9+
workflow_dispatch:
910

1011
jobs:
1112
build-image:

0 commit comments

Comments
 (0)