Merge branch 'master' into dependabot/npm_and_yarn/jsonwebtoken-9.0.2

This commit is contained in:
mahula 2023-09-12 20:49:32 +02:00 committed by GitHub
commit 10f6da1a88
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'
- 'backend/**/*'
- 'neo4j/**/*'
- 'package.json'
docker: &docker
- 'docker-compose.*'
@ -9,3 +10,4 @@ docker: &docker
webapp: &webapp
- '.github/workflows/test-webapp.yml'
- 'webapp/**/*'
- 'package.json'