ci: remove paths filter from test workflow to fix branch protection

This commit is contained in:
Daniel Volz
2026-01-01 20:08:53 +01:00
parent 23759f1935
commit 271db4557d
-5
View File
@@ -3,11 +3,6 @@ name: Test
on:
pull_request:
branches: [main]
paths:
- 'backend/**'
- 'frontend/**'
- 'package*.json'
- '.github/workflows/test.yml'
# Minimal permissions for security
permissions: