We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84a93c2 commit dc7d603Copy full SHA for dc7d603
.github/workflows/nodejs.yml
@@ -3,7 +3,7 @@ name: Node CI
3
4
on:
5
push:
6
- paths-ignore: &ignore
+ paths-ignore:
7
- '**/*.md'
8
- '**/*.asciidoc'
9
- '**/*.txt'
@@ -13,7 +13,15 @@ on:
13
- 'scripts/**'
14
- 'catalog-info.yaml'
15
pull_request:
16
- paths-ignore: *ignore
17
+ - '**/*.md'
18
+ - '**/*.asciidoc'
19
+ - '**/*.txt'
20
+ - 'docs/**'
21
+ - '.ci/**'
22
+ - '.buildkite/**'
23
+ - 'scripts/**'
24
+ - 'catalog-info.yaml'
25
26
jobs:
27
test:
0 commit comments