Skip to content

Commit d791a52

Browse files
committed
ci(extension): add pnpm-lock to trigger rule
1 parent 6259ed8 commit d791a52

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build-extension.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,15 @@ on:
1010
- "apps/extension/**"
1111
- "libs/**"
1212
- ".github/**"
13+
- "pnpm-lock.yaml"
1314
pull_request:
1415
branches:
1516
- dev
1617
paths:
1718
- "apps/extension/**"
1819
- "libs/**"
1920
- ".github/**"
21+
- "pnpm-lock.yaml"
2022

2123
env:
2224
ROOT_DIR: apps/extension/

0 commit comments

Comments
 (0)