mirror of
https://github.com/sablierapp/sablier.git
synced 2025-12-26 15:16:24 +01:00
15 lines
273 B
YAML
15 lines
273 B
YAML
documentation:
|
|
- changed-files:
|
|
- any-glob-to-any-file: 'docs/**'
|
|
|
|
reverse-proxy:
|
|
- changed-files:
|
|
- any-glob-to-any-file: 'plugins/**'
|
|
|
|
provider:
|
|
- changed-files:
|
|
- any-glob-to-any-file: 'app/providers/**'
|
|
|
|
ci:
|
|
- changed-files:
|
|
- any-glob-to-any-file: '.github/**' |