mirror of
https://github.com/immich-app/immich.git
synced 2024-11-15 18:08:48 -07:00
24 lines
406 B
YAML
24 lines
406 B
YAML
|
cli:
|
|||
|
- changed-files:
|
|||
|
- any-glob-to-any-file: cli/**
|
|||
|
|
|||
|
documentation:
|
|||
|
- changed-files:
|
|||
|
- any-glob-to-any-file: docs/**
|
|||
|
|
|||
|
🖥️web:
|
|||
|
- changed-files:
|
|||
|
- any-glob-to-any-file: web/**
|
|||
|
|
|||
|
📱mobile:
|
|||
|
- changed-files:
|
|||
|
- any-glob-to-any-file: mobile/**
|
|||
|
|
|||
|
🗄️server:
|
|||
|
- changed-files:
|
|||
|
- any-glob-to-any-file: server/**
|
|||
|
|
|||
|
🧠machine-learning:
|
|||
|
- changed-files:
|
|||
|
- any-glob-to-any-file: machine-learning/**
|