fix: ensure paths are specified for push and pull_request events in backend integration tests

This commit is contained in:
Carlos Santos 2025-07-23 11:01:22 +02:00
parent 1cd83c6c1e
commit 4b896ff4d5

View File

@ -1,7 +1,11 @@
name: Backend Integration Tests
on:
push:
paths:
- 'backend/src/**'
pull_request:
paths:
- 'backend/src/**'
workflow_dispatch:
inputs:
use-aws: