mirror of
https://github.com/jellyfin/jellyfin-vue.git
synced 2026-09-02 21:04:08 +03:00
41 lines
812 B
YAML
41 lines
812 B
YAML
tests:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- '**/*.spec.*'
|
|
|
|
ci:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- '.github/workflows/**/**'
|
|
- '.github/renovate.json'
|
|
- '.github/labeler.yml'
|
|
|
|
'frontend:store':
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- 'packages/frontend/store/**/*.ts'
|
|
|
|
'frontend:plugins':
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- 'packages/frontend/plugins/**/*.ts'
|
|
|
|
vue:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- '**/*.vue'
|
|
|
|
packaging:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- 'packaging/**/**'
|
|
|
|
ui:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- 'packages/frontend/components/**/*.vue'
|
|
- 'packages/frontend/layouts/**/*.vue'
|
|
- 'packages/frontend/pages/**/*.vue'
|
|
- 'packages/ui-toolkit/**/*.vue'
|
|
- 'packages/ui-toolkit/**/*.ts'
|