ci: run PR CI for account-pools epic branch

Phase PRs target kai/feat/1464-account-pools instead of dev; without
this the full CI matrix never runs on them. Revisit at the final
epic-to-dev promotion PR.
This commit is contained in:
Tam Nhu Tran
2026-06-10 23:10:55 -04:00
parent 17849c4a32
commit 5101e21ecd
+1 -1
View File
@@ -2,7 +2,7 @@ name: CI
on:
pull_request:
branches: [main, dev]
branches: [main, dev, kai/feat/1464-account-pools]
# Design notes:
# - Matrix parallelism cuts wall time from ~3-4min to ~60-90s (cache warm).