Skip to content

Commit 634c519

Browse files
authored
[cd] Add trigger branch
1 parent ec1aa94 commit 634c519

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/Android-release CD.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,13 @@ name: Android-release CD.yml
22

33
on:
44
push:
5-
branches: [ "main" ]
5+
branches:
6+
- main
7+
- 'release/**'
68
pull_request:
7-
branches: [ "main" ]
8-
9+
branches:
10+
- main
11+
- 'release/**'
912
jobs:
1013
build:
1114

0 commit comments

Comments
 (0)