Skip to content

Commit 214b09c

Browse files
committed
enhance: update workflow branch pattern to match any branch containing main
1 parent dd242b2 commit 214b09c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/app-platform-java-compile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ on:
1717
- 'store/**'
1818
pull_request:
1919
branches:
20-
- 'main'
20+
- '**main**' # 匹配任何包含 main 的分支名
2121
- '[0-9]+.[0-9]+.x' # 匹配 x.x.x 格式且最后一位为 x(如 1.2.x、22.1.x)
2222
paths:
2323
- 'app-builder/**'

0 commit comments

Comments
 (0)