reafactor/ ci: expand branch pattern to include all branches

The previous branch pattern excluded some branches unintentionally. Adding '**' ensures all branches are matched except 'develop'.
This commit is contained in:
hongwei 2026-01-27 14:35:14 +01:00
parent a81e208cb1
commit a97c8d6ffb

View File

@ -4,6 +4,7 @@ on:
push:
branches:
- "*"
- '**'
- "!develop"
env: