Skip to content

Commit 57e7600

Browse files
committed
fix file filters
1 parent 3552879 commit 57e7600

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/file-filters.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,20 @@ ci_config: &ci_config
66
github_workflows: &github_workflows
77
- ".github/workflows/*.yml"
88

9+
doc_files: &doc_files
10+
- "docs/**"
11+
- package.json
12+
- package-lock.json
13+
14+
python_all: &python_all
15+
- "**/*.py"
16+
917
yaml_all: &yaml_all
1018
- "**/*.{yml,yaml}"
1119

1220
markdown_all: &markdown_all
1321
- "**/*.{md,mdx}"
22+
23+
documentation_all:
24+
- *doc_files
25+
- *markdown_all

0 commit comments

Comments
 (0)