File tree Expand file tree Collapse file tree 2 files changed +24
-1
lines changed Expand file tree Collapse file tree 2 files changed +24
-1
lines changed Original file line number Diff line number Diff line change @@ -184,7 +184,8 @@ def generate_markdown_docs() -> str:
184
184
```bash
185
185
helm values-manager --help
186
186
helm values-manager <command> --help
187
- ```"""
187
+ ```
188
+ """
188
189
)
189
190
190
191
return "" .join (docs )
Original file line number Diff line number Diff line change @@ -3,8 +3,30 @@ name: Tests
3
3
on :
4
4
push :
5
5
branches : [ main ]
6
+ paths :
7
+ - ' helm_values_manager/**'
8
+ - ' tests/**'
9
+ - ' scripts/**'
10
+ - ' plugin.yaml'
11
+ - ' setup.py'
12
+ - ' setup.cfg'
13
+ - ' pyproject.toml'
14
+ - ' tox.ini'
15
+ - ' requirements*.txt'
16
+ - ' .github/workflows/test.yml'
6
17
pull_request :
7
18
branches : [ main ]
19
+ paths :
20
+ - ' helm_values_manager/**'
21
+ - ' tests/**'
22
+ - ' scripts/**'
23
+ - ' plugin.yaml'
24
+ - ' setup.py'
25
+ - ' setup.cfg'
26
+ - ' pyproject.toml'
27
+ - ' tox.ini'
28
+ - ' requirements*.txt'
29
+ - ' .github/workflows/test.yml'
8
30
9
31
jobs :
10
32
test :
You can’t perform that action at this time.
0 commit comments