mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
17 lines
436 B
YAML
17 lines
436 B
YAML
# These file filter patterns are used by the action https://github.com/dorny/paths-filter
|
|
|
|
frontend-test-lint-code: &frontend-test-lint-code
|
|
- '**/*'
|
|
|
|
frontend-test-unit-code: &frontend-test-unit-code
|
|
- '**/*'
|
|
|
|
frontend-test-build-code: &frontend-test-build-code
|
|
- '**/*'
|
|
|
|
frontend-test-build-docs: &frontend-test-build-docs
|
|
- '**/*.md'
|
|
- '.vuepress/*'
|
|
|
|
frontend-test-build-storybook: &frontend-test-build-storybook
|
|
- '**/*' |