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:
- 'Cargo.toml'
- 'Cargo.lock'
- 'src/**'
- '.github/**/*.yml'
- 'crates/**'
- '.github/workflows/build.yml'
pull_request:
branches: [ main ]
types: [ opened, synchronize, reopened ]