We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0e18b2 commit 292438eCopy full SHA for 292438e
.github/workflows/app-platform-java-compile.yml
@@ -4,7 +4,7 @@ on:
4
push:
5
branches:
6
- 'main'
7
- - 'develop'
+ - '[0-9]+.[0-9]+.x' # 匹配 x.x.x 格式且最后一位为 x(如 1.2.x、22.1.x)
8
paths:
9
- 'app-builder/**'
10
- '!app-builder/fel/python/**'
@@ -18,7 +18,7 @@ on:
18
pull_request:
19
20
21
22
23
24
0 commit comments