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: push:
paths: paths:
- 'backend/**' - 'backend/**'
pull_request:
paths:
- 'backend/**'
jobs: jobs:
test: test:

View File

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