Skip to content

Commit abbb4db

Browse files
authored
ci fix (#598)
1 parent dbe7d11 commit abbb4db

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/android_ut.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Android Unit Tests
22

3-
on: [push]
3+
on: [push, pull_request]
44

55
jobs:
66
test:

.github/workflows/flutter_ut.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Flutter Unit Tests
22

3-
on: [push]
3+
on: [push, pull_request]
44

55
jobs:
66
test:

0 commit comments

Comments
 (0)