ci: drop temporary epic branch from PR trigger

All phase PRs targeting kai/feat/1464-account-pools have merged; the
extra trigger entry is no longer needed and dev should not inherit it.
This commit is contained in:
Tam Nhu Tran
2026-06-11 16:44:06 -04:00
parent be8d4e3922
commit 2b7cfa32c8
+1 -1
View File
@@ -2,7 +2,7 @@ name: CI
on:
pull_request:
branches: [main, dev, kai/feat/1464-account-pools]
branches: [main, dev]
# Design notes:
# - Matrix parallelism cuts wall time from ~3-4min to ~60-90s (cache warm).