Skip to content

Commit 292438e

Browse files
authored
[app-platform] Add action trigger branches. (#376)
1 parent b0e18b2 commit 292438e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
branches:
66
- 'main'
7-
- 'develop'
7+
- '[0-9]+.[0-9]+.x' # 匹配 x.x.x 格式且最后一位为 x(如 1.2.x、22.1.x)
88
paths:
99
- 'app-builder/**'
1010
- '!app-builder/fel/python/**'
@@ -18,7 +18,7 @@ on:
1818
pull_request:
1919
branches:
2020
- 'main'
21-
- 'develop'
21+
- '[0-9]+.[0-9]+.x' # 匹配 x.x.x 格式且最后一位为 x(如 1.2.x、22.1.x)
2222
paths:
2323
- 'app-builder/**'
2424
- '!app-builder/fel/python/**'

0 commit comments

Comments
 (0)