mirror of
https://github.com/logos-co/logos-evm-keystore-module.git
synced 2026-08-27 12:11:15 +00:00
Lets the suite be re-run against any ref without pushing a commit — main's HEAD had no doc-test run after the SDK bump merged precisely because there was no way to trigger one. The publish step previously assumed every non-PR run was `main` and wrote its report to the `main/` path. With manual dispatch that would let a run on any branch overwrite the main report, so a dispatched run on a non-main ref now publishes under its own `branch-<name>/` directory (and the root index lists it). Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>