Skip to content

Commit b8fb4df

Browse files
authored
[app-builder] ci: add develop branch trigger (#188)
1 parent f651658 commit b8fb4df

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- 'main'
7+
- 'develop'
78
paths:
89
- 'app-builder/**'
910
- '!app-builder/fel/python/**'
@@ -17,6 +18,7 @@ on:
1718
pull_request:
1819
branches:
1920
- 'main'
21+
- 'develop'
2022
paths:
2123
- 'app-builder/**'
2224
- '!app-builder/fel/python/**'

0 commit comments

Comments
 (0)