Skip to content

Commit

Permalink
include file filters
Browse files Browse the repository at this point in the history
  • Loading branch information
ulfgebhardt committed Feb 8, 2024
1 parent ac523e0 commit 6dd4a32
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 17 deletions.
19 changes: 19 additions & 0 deletions .github/file-filters.yml
Original file line number Diff line number Diff line change
@@ -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/**/*'
Expand Down Expand Up @@ -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 changes: 0 additions & 17 deletions frontend/.github/file-filters.yml

This file was deleted.

0 comments on commit 6dd4a32

Please sign in to comment.