mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 18:09:57 -03:30
15 lines
237 B
YAML
15 lines
237 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/**/*']
|