Skip to content

Commit fee6610

Browse files
committed
Update Unit Tests action
1 parent 3dd15b1 commit fee6610

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
1-
name: AndroidTest
1+
name: Android Unit Tests
22

33
on:
4+
pull_request :
5+
branches : [ develop ]
46
push :
5-
branches : [ master ]
7+
branches : [ master, develop ]
68

79
jobs:
810
test-feature:
9-
runs-on: ubuntu-latest
11+
runs-on: ubuntu-24.04
1012

1113
steps:
1214
- name: Checkout code

0 commit comments

Comments
 (0)