Skip to content

Commit d2a9b58

Browse files
fix: clarify wire-shape gate path-filter (not every PR)
1 parent 7629770 commit d2a9b58

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Thank you for your interest in contributing! Please open an issue or pull reques
88
./mvnw verify
99
```
1010

11-
Tests run under JUnit 5. Wire-shape contract validation lives under `scripts/wire_shape/` and runs in CI on every PR.
11+
Tests run under JUnit 5. The wire-shape contract gate (under `scripts/wire_shape/`) runs in CI when a PR touches Java sources, the wire-shape baseline, or the gate scripts themselves — see `.github/workflows/wire-shape-contract.yml` for the exact path filter.
1212

1313
## Pull request guidelines
1414

0 commit comments

Comments
 (0)