ci: fix build trigger for refactored crates

This commit is contained in:
Markus Zehnder
2025-08-31 17:57:28 +02:00
parent 1ba9ccfd61
commit cfe178893f
+2 -2
View File
@@ -5,8 +5,8 @@ on:
paths: paths:
- 'Cargo.toml' - 'Cargo.toml'
- 'Cargo.lock' - 'Cargo.lock'
- 'src/**' - 'crates/**'
- '.github/**/*.yml' - '.github/workflows/build.yml'
pull_request: pull_request:
branches: [ main ] branches: [ main ]
types: [ opened, synchronize, reopened ] types: [ opened, synchronize, reopened ]