mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-19 00:41:41 +00:00
16 lines
413 B
YAML
16 lines
413 B
YAML
"backend":
|
|
- changed-files:
|
|
- any-glob-to-any-file: [photon-core/**, photon-server/**]
|
|
"documentation":
|
|
- changed-files:
|
|
- any-glob-to-any-file: [docs/**, photon-docs/**]
|
|
"frontend":
|
|
- changed-files:
|
|
- any-glob-to-any-file: photon-client/**
|
|
"photonlib":
|
|
- changed-files:
|
|
- any-glob-to-any-file: photon-lib*/**
|
|
"website":
|
|
- changed-files:
|
|
- any-glob-to-any-file: website/**
|