ci: package.json changes trigger tests

This commit is contained in:
Damien Retzinger
2022-08-08 21:49:20 -04:00
parent 5f7bf95092
commit 7980955b02
@@ -7,6 +7,7 @@ on:
paths:
- ".github/workflows/_internal-supported-version.yaml"
- "supported-version/**"
- "package.json"
- "!(**/*.md)"
pull_request:
branches:
@@ -14,6 +15,7 @@ on:
paths:
- ".github/workflows/_internal-supported-version.yaml"
- "supported-version/**"
- "package.json"
- "!(**/*.md)"
jobs: