ci: run tests on PRs with node + python dependencies changes

This commit is contained in:
Nicolas Giard 2022-05-17 00:17:17 -04:00 committed by GitHub
parent 502ed78f8e
commit 2b94db2161
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,6 +6,8 @@ on:
- 'main'
paths:
- 'ietf/**'
- 'requirements.txt'
- 'package.json'
jobs:
tests: