mirror of
https://github.com/ansible/awx.git
synced 2026-01-14 19:30:39 -03:30
15 lines
238 B
YAML
15 lines
238 B
YAML
"component:api":
|
|
- any: ["awx/**/*", "!awx/ui/**"]
|
|
|
|
"component:ui":
|
|
- any: ["awx/ui/**/*"]
|
|
|
|
"component:docs":
|
|
- any: ["docs/**/*"]
|
|
|
|
"component:cli":
|
|
- any: ["awxkit/**/*"]
|
|
|
|
"component:collection":
|
|
- any: ["awx_collection/**/*"]
|