2022-07-11 21:46:36 +00:00
|
|
|
app:
|
2023-09-25 12:34:41 +00:00
|
|
|
- "src/lightning/app/**"
|
2023-02-01 05:29:16 +00:00
|
|
|
- "src/lightning_app/*"
|
2023-09-25 12:34:41 +00:00
|
|
|
- "tests/tests_app/**"
|
|
|
|
- "tests/integrations_app/**"
|
|
|
|
- "tests/integrations_app_examples/**"
|
|
|
|
- "examples/app/**"
|
|
|
|
- "docs/source-app/**"
|
|
|
|
- "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-09-25 12:34:41 +00:00
|
|
|
- "tests/tests_pytorch/**"
|
|
|
|
- "tests/legacy/**"
|
|
|
|
- "examples/pytorch/**"
|
|
|
|
- "docs/source-pytorch/**"
|
|
|
|
- "requirements/pytorch/**"
|
2023-01-25 12:14:42 +00:00
|
|
|
|
|
|
|
fabric:
|
2023-09-25 12:34:41 +00:00
|
|
|
- "src/lightning/fabric/**"
|
|
|
|
- "src/lightning_fabric/*"
|
|
|
|
- "tests/tests_fabric/**"
|
|
|
|
- "examples/fabric/**"
|
|
|
|
- "docs/source-fabric/**"
|
|
|
|
- "requirements/fabric/**"
|
2023-01-25 12:14:42 +00:00
|
|
|
|
|
|
|
ci:
|
2023-09-25 12:34:41 +00:00
|
|
|
- ".actions/**"
|
|
|
|
- ".azure/**"
|
|
|
|
- ".github/**"
|
|
|
|
- "dockers/**"
|
|
|
|
- ".pre-commit-config.yml"
|