Skip to content

Commit d42db15

Browse files
authored
[ci] Ensure files within tests/js trigger NodeJS tests (#12445)
Ensure that any changes to the JS tests, introduced in PR/commit pushes, re-runs the relevant GitHub Actions workflow.
1 parent 5311913 commit d42db15

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nodejs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ on:
55
paths:
66
- ".github/workflows/nodejs.yml"
77
- "sphinx/themes/**.js"
8-
- "tests/js"
8+
- "tests/js/**"
99
- "karma.conf.js"
1010
- "package.json"
1111
- "package-lock.json"
1212
pull_request:
1313
paths:
1414
- ".github/workflows/nodejs.yml"
1515
- "sphinx/themes/**.js"
16-
- "tests/js"
16+
- "tests/js/**"
1717
- "karma.conf.js"
1818
- "package.json"
1919
- "package-lock.json"

0 commit comments

Comments
 (0)