Skip to content

Commit 850b03d

Browse files
committed
Add pnpm-lock.yaml to CI workflow
1 parent a04643b commit 850b03d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010
- "tsconfig.esm.json"
1111
- "ava.config.cjs"
1212
- "package.json"
13+
- "pnpm-lock.yaml"
1314
- ".github/workflows/ci.yml"
1415
pull_request:
1516
branches: [master]
@@ -20,6 +21,7 @@ on:
2021
- "tsconfig.esm.json"
2122
- "ava.config.cjs"
2223
- "package.json"
24+
- "pnpm-lock.yaml"
2325
- ".github/workflows/ci.yml"
2426

2527
jobs:

0 commit comments

Comments
 (0)