Skip to content

Commit c6c93a8

Browse files
committed
fix(ci): add pnpm-lock.yaml to build-cas paths filter
1 parent 4218528 commit c6c93a8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-cas.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ on:
1212
- "v[0-9]+.[0-9]+.[0-9]+-*"
1313
paths:
1414
- "apps/cas/backend/**"
15+
- "pnpm-lock.yaml"
1516
- ".github/workflows/build-cas.yml"
1617

1718
concurrency:

0 commit comments

Comments
 (0)