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 43c7f92 commit 6880566Copy full SHA for 6880566
.github/workflows/tests.yml
@@ -2,7 +2,7 @@
2
name: Unit tests
3
on:
4
push:
5
- paths-ignore: &ignore
+ paths-ignore:
6
- '**/*.md'
7
- '**/*.asciidoc'
8
- '**/*.txt'
@@ -12,7 +12,15 @@ on:
12
- 'scripts/**'
13
- 'catalog-info.yaml'
14
pull_request:
15
- paths-ignore: *ignore
16
+ - '**/*.md'
17
+ - '**/*.asciidoc'
18
+ - '**/*.txt'
19
+ - 'docs/**'
20
+ - '.ci/**'
21
+ - '.buildkite/**'
22
+ - 'scripts/**'
23
+ - 'catalog-info.yaml'
24
25
jobs:
26
test:
0 commit comments