Skip to content

Commit

Permalink
test exclude syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
ulfgebhardt committed Mar 6, 2024
1 parent 0e4448e commit 956adc8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/file-filters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,13 @@ frontend-test-unit-code: &frontend-test-unit-code
frontend-test-build-code: &frontend-test-build-code
- '**/*'

frontend-test-build-docker: &frontend-test-build-docker
- '**/*'

frontend-test-build-docs: &frontend-test-build-docs
- '**/*.md'
- '.vuepress/*'

frontend-test-build-docker: &frontend-test-build-docker
- !*frontend-test-build-docs
- '**/*'

frontend-test-build-storybook: &frontend-test-build-storybook
- '**/*'

0 comments on commit 956adc8

Please sign in to comment.