Skip to content

Commit 749ed4d

Browse files
committed
ci: update file filter
1 parent abcee0b commit 749ed4d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/default.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,14 @@ on:
66
- ".github/workflows/**"
77
- "src/**"
88
- "tests/**"
9+
- "types/**"
910
- "package.json"
1011
- "pnpm-lock.yaml"
1112
pull_request:
1213
paths:
1314
- ".github/workflows/**"
1415
- "src/**"
16+
- "types/**"
1517
- "tests/**"
1618
- "package.json"
1719
- "pnpm-lock.yaml"

0 commit comments

Comments
 (0)