add file filters for test workflows

This commit is contained in:
mahula 2023-03-17 13:29:02 +01:00
parent e3fba4f0a8
commit bcae47f140

9
.github/file-filters.yml vendored Normal file
View File

@ -0,0 +1,9 @@
backend: &backend
- 'backend/**/*'
- 'neo4j/**/*'
docker: &docker
- 'docker-compose.*'
webapp: &webapp
- 'webapp/**/*'