mirror of
https://github.com/jellyfin/jellyfin-vue.git
synced 2025-02-22 21:36:23 +00:00
* Migrate CF Pages to CF Wrangler action (based on https://github.com/jellyfin/jellyfin-web/pull/5894) * Create event-based workflows, all the specific actions are now reusable workflows. * Fix labeler definition file Signed-off-by: Fernando Fernández <ferferga@hotmail.com>
37 lines
636 B
YAML
37 lines
636 B
YAML
tests:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- '**/*.spec.*'
|
|
|
|
ci:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- '.github/workflows/**/**'
|
|
|
|
'frontend:store':
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- 'frontend/store/**/*.ts'
|
|
|
|
'frontend:plugins':
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- '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:
|
|
- 'frontend/components/**/*.vue'
|
|
- 'frontend/layouts/**/*.vue'
|
|
- 'frontend/pages/**/*.vue'
|