Fix unit test workflow (#2045)

This commit is contained in:
Josh Mock
2023-10-31 11:53:22 -05:00
committed by GitHub
parent 84a93c2ebf
commit dc7d603f47

View File

@ -3,7 +3,7 @@ name: Node CI
on:
push:
paths-ignore: &ignore
paths-ignore:
- '**/*.md'
- '**/*.asciidoc'
- '**/*.txt'
@ -13,7 +13,15 @@ on:
- 'scripts/**'
- 'catalog-info.yaml'
pull_request:
paths-ignore: *ignore
paths-ignore:
- '**/*.md'
- '**/*.asciidoc'
- '**/*.txt'
- 'docs/**'
- '.ci/**'
- '.buildkite/**'
- 'scripts/**'
- 'catalog-info.yaml'
jobs:
test: