Skip to content

Commit

Permalink
Merge pull request #6706 from Ocelot-Social-Community/add-package-jso…
Browse files Browse the repository at this point in the history
…n-to-file-filters

fix(other): add global package.json to workflow file filters
  • Loading branch information
mahula authored Sep 12, 2023
2 parents f86642c + 6c418e1 commit 0195562
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/file-filters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@ backend: &backend
- '.github/workflows/test-backend.yml'
- 'backend/**/*'
- 'neo4j/**/*'
- 'package.json'

docker: &docker
- 'docker-compose.*'

webapp: &webapp
- '.github/workflows/test-webapp.yml'
- 'webapp/**/*'
- 'package.json'

0 comments on commit 0195562

Please # to comment.