ci: add freeze/** branches to CI trigger
Some checks failed
CI / Backend (Python) (push) Failing after 15s
CI / Frontend (Vue) (push) Failing after 1s

freeze/rc branches were not covered by the push trigger, leaving
RC-stage work untested. Adds 'freeze/**' alongside existing patterns.
This commit is contained in:
pyr0ball 2026-06-26 19:24:40 -07:00
parent 82c26074d8
commit bfb6de0dfe

View file

@ -7,7 +7,7 @@ name: CI
on:
push:
branches: [main, 'feature/**', 'fix/**']
branches: [main, 'feature/**', 'fix/**', 'freeze/**']
pull_request:
branches: [main]