fix: docs-tests workflow wasn't matching paths correctly, fix incorrect casing in test file name
This commit is contained in:
2
.github/workflows/docs-tests.yml
vendored
2
.github/workflows/docs-tests.yml
vendored
@@ -4,7 +4,7 @@ on:
|
||||
pull_request:
|
||||
branches: ['master']
|
||||
paths:
|
||||
- 'apps/docs/**/*.{ts,tsx}'
|
||||
- 'apps/docs/**/*.ts*'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
Reference in New Issue
Block a user