Skip to content

Commit 180994f

Browse files
committed
ci: trigger hardhat ci on changes to the pnpm lockfile
1 parent 3c1cf56 commit 180994f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/hardhat-ci.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,13 @@ on:
77
- ".github/workflows/hardhat-ci.yml"
88
- "packages/**"
99
- "config/**"
10+
- "pnpm-lock.yaml"
1011
pull_request:
1112
paths:
1213
- ".github/workflows/hardhat-ci.yml"
1314
- "packages/**"
1415
- "config/**"
16+
- "pnpm-lock.yaml"
1517
workflow_dispatch:
1618

1719
concurrency:
@@ -45,7 +47,8 @@ jobs:
4547
[
4648
".github/workflows/hardhat-ci.yml",
4749
"config/**",
48-
"packages/common/**"
50+
"packages/common/**",
51+
"pnpm-lock.yaml"
4952
]
5053
run: |
5154
echo "filters<<EOF" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)