mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
add global package.json to workflow file filters
This commit is contained in:
parent
62975c3854
commit
fd2af85f9f
2
.github/file-filters.yml
vendored
2
.github/file-filters.yml
vendored
@ -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'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user