Merge pull request #14 from DanielVolz/fix/remove-test-path-filter
ci: remove paths filter to fix branch protection
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user