backend: update workflow triggers to include package.json and tests paths
This commit is contained in:
parent
12d019fdc4
commit
c7668b5505
@ -3,6 +3,9 @@ on:
|
||||
push:
|
||||
paths:
|
||||
- 'backend/src/**'
|
||||
- 'backend/package.json'
|
||||
- 'backend/package-lock.json'
|
||||
- 'backend/tests/**'
|
||||
pull_request:
|
||||
paths:
|
||||
- 'backend/src/**'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user