fix: ensure paths are specified for push and pull_request events in backend integration tests
This commit is contained in:
parent
1cd83c6c1e
commit
4b896ff4d5
@ -1,7 +1,11 @@
|
|||||||
name: Backend Integration Tests
|
name: Backend Integration Tests
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
paths:
|
||||||
|
- 'backend/src/**'
|
||||||
pull_request:
|
pull_request:
|
||||||
|
paths:
|
||||||
|
- 'backend/src/**'
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
inputs:
|
inputs:
|
||||||
use-aws:
|
use-aws:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user