ci: run tests on PRs with node + python dependencies changes
This commit is contained in:
parent
502ed78f8e
commit
2b94db2161
2
.github/workflows/ci-run-tests.yml
vendored
2
.github/workflows/ci-run-tests.yml
vendored
|
@ -6,6 +6,8 @@ on:
|
|||
- 'main'
|
||||
paths:
|
||||
- 'ietf/**'
|
||||
- 'requirements.txt'
|
||||
- 'package.json'
|
||||
|
||||
jobs:
|
||||
tests:
|
||||
|
|
Loading…
Reference in a new issue