Remove pull_request.path filters from CI workflows

This commit is contained in:
2026-01-14 20:14:06 +01:00
parent dbfd14b57a
commit 48ebc7dc36
2 changed files with 0 additions and 8 deletions

View File

@@ -3,9 +3,6 @@ on:
push:
paths:
- 'backend/**'
pull_request:
paths:
- 'backend/**'
jobs:
test:

View File

@@ -5,11 +5,6 @@ on:
- 'frontend/**'
- 'backend/**'
- 'documentation/**'
pull_request:
paths:
- 'frontend/**'
- 'backend/**'
- 'documentation/**'
jobs:
lint: