2022-07-11 21:46:36 +00:00
|
|
|
app:
|
2023-02-01 05:29:16 +00:00
|
|
|
- 'src/lightning/app/**'
|
|
|
|
- "src/lightning_app/*"
|
2023-01-25 12:14:42 +00:00
|
|
|
- 'tests/tests_app/**'
|
|
|
|
- 'tests/integrations_app/**'
|
|
|
|
- 'tests/integrations_app_examples/**'
|
2023-03-14 18:48:17 +00:00
|
|
|
- 'examples/app/**'
|
2023-02-28 09:04:43 +00:00
|
|
|
- 'docs/source-app/**'
|
2023-01-25 12:14:42 +00:00
|
|
|
- 'requirements/app/**'
|
2022-07-11 21:46:36 +00:00
|
|
|
|
|
|
|
pl:
|
2023-02-01 18:22:42 +00:00
|
|
|
- "src/lightning/pytorch/**"
|
|
|
|
- "src/pytorch_lightning/*"
|
2023-01-25 12:14:42 +00:00
|
|
|
- 'tests/tests_pytorch/**'
|
|
|
|
- 'tests/legacy/**'
|
2023-03-14 18:48:17 +00:00
|
|
|
- 'examples/pytorch/**'
|
2023-01-25 12:14:42 +00:00
|
|
|
- 'docs/source-pytorch/**'
|
|
|
|
- 'requirements/pytorch/**'
|
|
|
|
|
|
|
|
fabric:
|
2023-02-01 17:18:32 +00:00
|
|
|
- 'src/lightning/fabric/**'
|
|
|
|
- 'src/lightning_fabric/*'
|
2023-01-25 12:14:42 +00:00
|
|
|
- 'tests/tests_fabric/**'
|
|
|
|
- 'examples/fabric/**'
|
|
|
|
- 'docs/source-fabric/**'
|
|
|
|
- 'requirements/fabric/**'
|
|
|
|
|
|
|
|
ci:
|
|
|
|
- '.actions/**'
|
|
|
|
- '.azure/**'
|
|
|
|
- '.github/**'
|
|
|
|
- 'dockers/**'
|
|
|
|
- '.pre-commit-config.yml'
|