build: Run check for all files (#1469)

Removed specific paths from pull request triggers.
This commit is contained in:
Kroese 2025-10-12 00:22:18 +02:00 committed by GitHub
parent 44dd2b67c8
commit 8846aad171
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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