Merge branch 'master' into dependabot/npm_and_yarn/slug-8.2.3

This commit is contained in:
mahula 2023-09-12 20:49:25 +02:00 committed by GitHub
commit c06256ddef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,6 +2,7 @@ backend: &backend
- '.github/workflows/test-backend.yml' - '.github/workflows/test-backend.yml'
- 'backend/**/*' - 'backend/**/*'
- 'neo4j/**/*' - 'neo4j/**/*'
- 'package.json'
docker: &docker docker: &docker
- 'docker-compose.*' - 'docker-compose.*'
@ -9,3 +10,4 @@ docker: &docker
webapp: &webapp webapp: &webapp
- '.github/workflows/test-webapp.yml' - '.github/workflows/test-webapp.yml'
- 'webapp/**/*' - 'webapp/**/*'
- 'package.json'