26 lines
470 B
YAML
26 lines
470 B
YAML
frontend:
|
|
- changed-files:
|
|
- any-glob-to-any-file: 'frontend/**'
|
|
|
|
backend:
|
|
- changed-files:
|
|
- any-glob-to-any-file: 'src/**'
|
|
|
|
documentation:
|
|
- changed-files:
|
|
- any-glob-to-any-file: 'docs/**'
|
|
|
|
ci:
|
|
- changed-files:
|
|
- any-glob-to-any-file: '.github/**'
|
|
|
|
tests:
|
|
- changed-files:
|
|
- any-glob-to-any-file: 'tests/**'
|
|
|
|
docker:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- 'Dockerfile*'
|
|
- 'docker-compose*.yml'
|
|
|