fix: docs-tests workflow wasn't matching paths correctly, fix incorrect casing in test file name

This commit is contained in:
Brandon Scott
2023-05-29 12:01:51 -04:00
parent 50d7b40402
commit d4dfe5815e
2 changed files with 1 additions and 1 deletions

View File

@@ -4,7 +4,7 @@ on:
pull_request:
branches: ['master']
paths:
- 'apps/docs/**/*.{ts,tsx}'
- 'apps/docs/**/*.ts*'
jobs:
build: