ci: add freeze/** branches to CI trigger
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:
parent
82c26074d8
commit
bfb6de0dfe
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ name: CI
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: [main, 'feature/**', 'fix/**']
|
||||
branches: [main, 'feature/**', 'fix/**', 'freeze/**']
|
||||
pull_request:
|
||||
branches: [main]
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue