add global package.json to workflow file filters

This commit is contained in:
mahula 2023-09-07 08:47:05 +02:00
parent 62975c3854
commit fd2af85f9f

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'