Merge pull request #14 from DanielVolz/fix/remove-test-path-filter

ci: remove paths filter to fix branch protection
This commit is contained in:
Daniel Volz
2026-01-01 20:10:51 +01:00
committed by GitHub
-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: