mirror of
https://github.com/IT4Change/boilerplate-frontend.git
synced 2025-12-13 07:35:53 +00:00
22 lines
572 B
YAML
22 lines
572 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-docker: &frontend-test-build-docker
|
|
- '**/*'
|
|
|
|
frontend-test-build-docs: &frontend-test-build-docs
|
|
- '**/*.md'
|
|
- '.github/workflows/frontend.deploy.docs.yml'
|
|
- '.vuepress/*'
|
|
- 'package.json'
|
|
|
|
frontend-test-build-storybook: &frontend-test-build-storybook
|
|
- '**/*' |