mirror of
https://github.com/IT4Change/boilerplate-backend.git
synced 2025-12-13 10:25:49 +00:00
19 lines
487 B
YAML
19 lines
487 B
YAML
# These file filter patterns are used by the action https://github.com/dorny/paths-filter
|
|
|
|
backend-test-lint-code: &backend-test-lint-code
|
|
- '**/*'
|
|
|
|
backend-test-unit-code: &backend-test-unit-code
|
|
- '**/*'
|
|
|
|
backend-test-build-code: &backend-test-build-code
|
|
- '**/*'
|
|
|
|
backend-test-build-docker: &backend-test-build-docker
|
|
- '**/*'
|
|
|
|
backend-test-build-docs: &backend-test-build-docs
|
|
- '**/*.md'
|
|
- '.github/workflows/backend.deploy.docs.yml'
|
|
- '.vuepress/*'
|
|
- 'package.json' |