Skip to content

Commit

Permalink
ci: trigger hardhat ci on changes to the pnpm lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
galargh committed Aug 2, 2024
1 parent 3c1cf56 commit 180994f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/hardhat-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,13 @@ on:
- ".github/workflows/hardhat-ci.yml"
- "packages/**"
- "config/**"
- "pnpm-lock.yaml"
pull_request:
paths:
- ".github/workflows/hardhat-ci.yml"
- "packages/**"
- "config/**"
- "pnpm-lock.yaml"
workflow_dispatch:

concurrency:
Expand Down Expand Up @@ -45,7 +47,8 @@ jobs:
[
".github/workflows/hardhat-ci.yml",
"config/**",
"packages/common/**"
"packages/common/**",
"pnpm-lock.yaml"
]
run: |
echo "filters<<EOF" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 180994f

Please sign in to comment.