Skip to content

Commit 5d3bb1e

Browse files
ci: ensure JS test runs on package update
1 parent f7e6c03 commit 5d3bb1e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/code-health-tools.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,16 @@ on:
66
paths:
77
- 'tools/postman/**'
88
- 'tools/spectral/**'
9+
- 'package.json'
10+
- 'tools/spectral/ipa/package.json'
911
pull_request:
1012
branches:
1113
- main
1214
paths:
1315
- 'tools/postman/**'
1416
- 'tools/spectral/**'
17+
- 'package.json'
18+
- 'tools/spectral/ipa/package.json'
1519
workflow_dispatch: {}
1620
workflow_call: {}
1721

0 commit comments

Comments
 (0)