Skip to content
This repository was archived by the owner on Apr 19, 2026. It is now read-only.

Commit 05e581d

Browse files
committed
fix: build and deploy github action
1 parent b5db232 commit 05e581d

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

.github/workflows/build-and-deploy.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,17 +31,18 @@ jobs:
3131
with:
3232
list-files: none
3333
filters: |
34-
all: &all
34+
gateway:
35+
- 'apps/gateway/**'
3536
- 'libs/shared/**'
36-
- '.github/workflows/**'
37+
- '.github/workflows/build-and-deploy.yml'
3738
- 'package.json'
3839
- 'pnpm-lock.yaml'
39-
gateway:
40-
- 'apps/gateway/**'
41-
- *all
4240
auth:
4341
- 'apps/auth/**'
44-
- *all
42+
- 'libs/shared/**'
43+
- '.github/workflows/build-and-deploy.yml'
44+
- 'package.json'
45+
- 'pnpm-lock.yaml'
4546
4647
# =================================================================================
4748
# JOB 2: Build and push Docker images (in parallel via matrix)

0 commit comments

Comments
 (0)