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.
2 parents 84b1d78 + af65b9a commit d1e41cbCopy full SHA for d1e41cb
.github/file-filters.yml
@@ -13,6 +13,9 @@ development_files: &development_files
13
backend_files: &backend_files
14
- "backend/**"
15
16
+sdk_files: &sdk_files
17
+ - "python_sdk" # Catch updates to the submodule commit
18
+
19
infrahub_poetry_files: &infrahub_poetry_files
20
- "pyproject.toml"
21
- "poetry.lock"
@@ -52,6 +55,7 @@ backend_all:
52
55
- *ci_config
53
56
- *development_files
54
57
- *infrahub_poetry_files
58
+ - *sdk_files
59
60
documentation_all:
61
0 commit comments