Merge pull request #6706 from Ocelot-Social-Community/add-package-json-to-file-filters

fix(other): add global package.json to workflow file filters
This commit is contained in:
mahula 2023-09-12 20:48:20 +02:00 committed by GitHub
commit 01955629e8
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'