mirror of
https://github.com/jellyfin/jellyfin-vue.git
synced 2024-12-04 04:01:26 +00:00
21 lines
252 B
YAML
21 lines
252 B
YAML
tests:
|
|
- "**/*.spec.js"
|
|
|
|
github_actions:
|
|
- ".github/workflows/*"
|
|
|
|
vuex:
|
|
- "store/**/*.ts"
|
|
|
|
plugins:
|
|
- "plugins/**/*.ts"
|
|
|
|
vue:
|
|
- "**/*.vue"
|
|
|
|
docker:
|
|
- "Dockerfile*"
|
|
|
|
ui:
|
|
- any: ["components/**/*.vue", "layouts/**/*.vue", "pages/**/*.vue"]
|