Skip to content

Commit 36cf889

Browse files
authored
Update android.yml
Fix branch name
1 parent 776cbd1 commit 36cf889

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/android.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Android OCR CI
22

33
on:
44
push:
5-
branches: [main]
5+
branches: [master]
66
pull_request:
7-
branches: [main]
7+
branches: [master]
88

99
jobs:
1010
build:
@@ -42,4 +42,4 @@ jobs:
4242
path: app/build/outputs/apk/release/*.apk
4343

4444

45-
45+

0 commit comments

Comments
 (0)