build: Run check for all files (#1057)

Removed specific paths from pull request triggers.
This commit is contained in:
Kroese 2025-10-12 01:48:25 +02:00 committed by GitHub
parent 2e34dffed5
commit 06650e916a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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