mirror of
https://github.com/sablierapp/sablier.git
synced 2025-12-21 13:23:03 +01:00
15 lines
272 B
YAML
15 lines
272 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: 'pkg/provider/**'
|
|
|
|
ci:
|
|
- changed-files:
|
|
- any-glob-to-any-file: '.github/**' |