Skip to content

Commit dc7d603

Browse files
authored
Fix unit test workflow (#2045)
1 parent 84a93c2 commit dc7d603

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

.github/workflows/nodejs.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Node CI
33

44
on:
55
push:
6-
paths-ignore: &ignore
6+
paths-ignore:
77
- '**/*.md'
88
- '**/*.asciidoc'
99
- '**/*.txt'
@@ -13,7 +13,15 @@ on:
1313
- 'scripts/**'
1414
- 'catalog-info.yaml'
1515
pull_request:
16-
paths-ignore: *ignore
16+
paths-ignore:
17+
- '**/*.md'
18+
- '**/*.asciidoc'
19+
- '**/*.txt'
20+
- 'docs/**'
21+
- '.ci/**'
22+
- '.buildkite/**'
23+
- 'scripts/**'
24+
- 'catalog-info.yaml'
1725

1826
jobs:
1927
test:

0 commit comments

Comments
 (0)