mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Use the correct path to the JavaScript tests workflow
This commit is contained in:
parent
22741540f3
commit
58fdd344d3
4
.github/workflows/nodejs.yml
vendored
4
.github/workflows/nodejs.yml
vendored
@ -3,7 +3,7 @@ name: CI (node.js)
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
paths:
|
paths:
|
||||||
- ".github/workflows/main.yml"
|
- ".github/workflows/nodejs.yml"
|
||||||
- "sphinx/themes/**.js"
|
- "sphinx/themes/**.js"
|
||||||
- "tests/js"
|
- "tests/js"
|
||||||
- "karma.conf.js"
|
- "karma.conf.js"
|
||||||
@ -11,7 +11,7 @@ on:
|
|||||||
- "package-lock.json"
|
- "package-lock.json"
|
||||||
pull_request:
|
pull_request:
|
||||||
paths:
|
paths:
|
||||||
- ".github/workflows/main.yml"
|
- ".github/workflows/nodejs.yml"
|
||||||
- "sphinx/themes/**.js"
|
- "sphinx/themes/**.js"
|
||||||
- "tests/js"
|
- "tests/js"
|
||||||
- "karma.conf.js"
|
- "karma.conf.js"
|
||||||
|
Loading…
Reference in New Issue
Block a user