mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
include file filters
This commit is contained in:
parent
ac523e0eb8
commit
6dd4a324ce
19
.github/file-filters.yml
vendored
19
.github/file-filters.yml
vendored
@ -1,3 +1,5 @@
|
||||
# These file filter patterns are used by the action https://github.com/dorny/paths-filter
|
||||
|
||||
backend: &backend
|
||||
- '.github/workflows/test-backend.yml'
|
||||
- 'backend/**/*'
|
||||
@ -29,3 +31,20 @@ vuepress: &vuepress
|
||||
documentation: &documentation
|
||||
- *vuepress
|
||||
- *markdown
|
||||
|
||||
# frontend
|
||||
frontend-test-lint-code: &frontend-test-lint-code
|
||||
- 'frontend/**/*'
|
||||
|
||||
frontend-test-unit-code: &frontend-test-unit-code
|
||||
- 'frontend/**/*'
|
||||
|
||||
frontend-test-build-code: &frontend-test-build-code
|
||||
- 'frontend/**/*'
|
||||
|
||||
frontend-test-build-docs: &frontend-test-build-docs
|
||||
- 'frontend/**/*.md'
|
||||
- 'frontend/.vuepress/*'
|
||||
|
||||
frontend-test-build-storybook: &frontend-test-build-storybook
|
||||
- 'frontend/**/*'
|
||||
17
frontend/.github/file-filters.yml
vendored
17
frontend/.github/file-filters.yml
vendored
@ -1,17 +0,0 @@
|
||||
# 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
|
||||
- '**/*'
|
||||
Loading…
x
Reference in New Issue
Block a user