mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-23 10:39:25 -05:00
20 lines
411 B
YAML
20 lines
411 B
YAML
backend:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- 'src/**'
|
|
- 'pyproject.toml'
|
|
- 'uv.lock'
|
|
- 'requirements.txt'
|
|
frontend:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- 'src-ui/**'
|
|
documentation:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- 'docs/**'
|
|
ci-cd:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- '.github/**'
|