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:
|
push:
|
||||||
paths:
|
paths:
|
||||||
- 'backend/src/**'
|
- 'backend/src/**'
|
||||||
|
- 'backend/package.json'
|
||||||
|
- 'backend/package-lock.json'
|
||||||
|
- 'backend/tests/**'
|
||||||
pull_request:
|
pull_request:
|
||||||
paths:
|
paths:
|
||||||
- 'backend/src/**'
|
- 'backend/src/**'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user