Ocelot-Social/.github/file-filters.yml
2023-11-27 09:46:59 +01:00

29 lines
588 B
YAML

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'
markdown: &markdown
- '**/*.md'
- '.github/workflows/check-documentation.yml'
- '.github/workflows/mlc_config.json'
vuepress: &vuepress
- '.github/workflows/check-documentation.yml'
- '.github/workflows/deploy-documentation.yml'
- '.vuepress/**/*'
- 'package.json'
documentation: &documentation
- *vuepress
- *markdown