added paths to triggers

This commit is contained in:
2025-11-09 21:09:37 +01:00
parent 303309fff9
commit bb82dad4cf

View File

@@ -2,9 +2,15 @@ name: Test Rust
on:
push:
branches: ["develop"]
branches: ["main", "develop"]
paths:
- "./src/**"
- "./Cargo.toml"
pull_request:
branches: ["main", "develop"]
paths:
- "./src/**"
- "./Cargo.toml"
env:
CARGO_TERM_COLOR: always