mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2026-01-20 20:01:22 +00:00
13 lines
344 B
YAML
13 lines
344 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' |