build: Run check for all files (#335)

Removed specific paths from pull request trigger.
This commit is contained in:
Kroese 2025-10-12 00:21:57 +02:00 committed by GitHub
parent 4c529524ad
commit 8423965cf8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,11 +1,6 @@
on:
workflow_dispatch:
pull_request:
paths:
- '**/*.sh'
- '.github/workflows/test.yml'
- '.github/workflows/check.yml'
- 'Dockerfile'
name: "Test"
permissions: {}