added whitelist of paths that need to be changed in order to trigger cargo publish

This commit is contained in:
2025-10-24 18:15:40 +02:00
parent 9591ead7ea
commit 89d921299e

View File

@@ -3,6 +3,8 @@ name: Rust
on:
push:
branches: [ "main" ]
paths:
- 'Cargo.toml'
pull_request:
branches: [ "main" ]