Trigger CI build on .nvmrc change (#23627)

This commit is contained in:
Nick Schonning
2023-02-15 22:59:45 -05:00
committed by GitHub
parent 1f957c6325
commit 29ec2c4fb5
4 changed files with 8 additions and 0 deletions

View File

@ -6,6 +6,7 @@ on:
paths:
- 'package.json'
- 'yarn.lock'
- '.nvmrc'
- '.prettier*'
- '**/*.json'
- '.github/workflows/lint-json.yml'
@ -15,6 +16,7 @@ on:
paths:
- 'package.json'
- 'yarn.lock'
- '.nvmrc'
- '.prettier*'
- '**/*.json'
- '.github/workflows/lint-json.yml'