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:
184184```bash
185185helm values-manager --help
186186helm values-manager <command> --help
187- ```"""
187+ ```
188+ """
188189 )
189190
190191 return "" .join (docs )
Original file line number Diff line number Diff line change @@ -3,8 +3,30 @@ name: Tests
33on :
44 push :
55 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'
617 pull_request :
718 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'
830
931jobs :
1032 test :
You can’t perform that action at this time.
0 commit comments