We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd242b2 commit 214b09cCopy full SHA for 214b09c
1 file changed
.github/workflows/app-platform-java-compile.yml
@@ -17,7 +17,7 @@ on:
17
- 'store/**'
18
pull_request:
19
branches:
20
- - 'main'
+ - '**main**' # 匹配任何包含 main 的分支名
21
- '[0-9]+.[0-9]+.x' # 匹配 x.x.x 格式且最后一位为 x(如 1.2.x、22.1.x)
22
paths:
23
- 'app-builder/**'
0 commit comments