mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-12 23:35:58 +00:00
33 lines
687 B
YAML
33 lines
687 B
YAML
# These file filter patterns are used by the action https://github.com/dorny/paths-filter
|
|
|
|
backend: &backend
|
|
- '.github/workflows/test-backend.yml'
|
|
- 'backend/**/*'
|
|
- 'neo4j/**/*'
|
|
- 'package.json'
|
|
|
|
docker: &docker
|
|
- 'docker-compose.*'
|
|
|
|
webapp: &webapp
|
|
- '.github/workflows/test-webapp.yml'
|
|
- 'webapp/**/*'
|
|
- 'package.json'
|
|
|
|
docs-check: &docs-check
|
|
- '.github/workflows/check-documentation.yml'
|
|
|
|
markdown: &markdown
|
|
- *docs-check
|
|
- '**/*.md'
|
|
- '.github/workflows/mlc_config.json'
|
|
|
|
vuepress: &vuepress
|
|
- *docs-check
|
|
- '.github/workflows/deploy-documentation.yml'
|
|
- '.vuepress/**/*'
|
|
- 'package.json'
|
|
|
|
documentation: &documentation
|
|
- *vuepress
|
|
- *markdown |