Skip to content

Commit f8dc86c

Browse files
committed
ci: trigger v-next ci on changes to the pnpm lockfile
1 parent 23456f6 commit f8dc86c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/v-next-ci.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,13 @@ on:
88
- ".github/workflows/v-next-ci.yml"
99
- "v-next/**"
1010
- "config-v-next/**"
11+
- "pnpm-lock.yaml"
1112
pull_request:
1213
paths:
1314
- ".github/workflows/v-next-ci.yml"
1415
- "v-next/**"
1516
- "config-v-next/**"
17+
- "pnpm-lock.yaml"
1618
workflow_dispatch:
1719

1820
concurrency:
@@ -64,7 +66,8 @@ jobs:
6466
COMMON_FILTERS: |
6567
[
6668
".github/workflows/v-next-ci.yml",
67-
"config-v-next/**"
69+
"config-v-next/**",
70+
"pnpm-lock.yaml"
6871
]
6972
run: |
7073
echo "filters<<EOF" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)