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
|
||||
on:
|
||||
push:
|
||||
paths:
|
||||
- 'backend/src/**'
|
||||
pull_request:
|
||||
paths:
|
||||
- 'backend/src/**'
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
use-aws:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user