From 5101e21ecd7f7990b06ba6aad05f7d1ba888f24f Mon Sep 17 00:00:00 2001 From: Tam Nhu Tran Date: Wed, 10 Jun 2026 23:10:55 -0400 Subject: [PATCH] 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. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e4315973..4bbeed50 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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).