chore(ci): run CI on push to feature branches #195

Merged
lekss361 merged 2 commits from chore/ci-on-feature-branches into main 2026-05-16 08:26:05 +00:00

2 commits

Author SHA1 Message Date
lekss361
d1e2de026e fix(ci): add concurrency group to cancel stale runs on same branch
Prevents double-run on PR (push + pull_request events), eliminates
cache contention, and frees runner capacity from queued feature-branch jobs.
2026-05-16 11:18:44 +03:00
lekss361
bf7f12f736 chore(ci): run CI on push to feature branches
Add conventional-prefix branch patterns to on.push.branches so
CI triggers immediately on feat/**, fix/**, refactor/**, chore/**,
docs/**, perf/**, test/**, hotfix/** pushes без waiting for PR.

Side effects:
- Double-run при PR (push + pull_request events) — acceptable, capacity=2
- Не trigger'ит на experimental/wip/temp branches (no prefix) — intentional
2026-05-16 11:02:23 +03:00