mirror of
https://github.com/prowler-cloud/prowler.git
synced 2025-12-19 05:17:47 +00:00
16 lines
338 B
YAML
16 lines
338 B
YAML
documentation:
|
|
- changed-files:
|
|
- any-glob-to-any-file: "docs/**"
|
|
|
|
backend/api:
|
|
- changed-files:
|
|
- any-glob-to-any-file: "src/backend/api/**"
|
|
|
|
backend/backend:
|
|
- changed-files:
|
|
- any-glob-to-any-file: "src/backend/backend/**"
|
|
|
|
github_actions:
|
|
- changed-files:
|
|
- any-glob-to-any-file: ".github/workflows/*"
|