Skip to content

Commit

Permalink
ci fix (#598)
Browse files Browse the repository at this point in the history
  • Loading branch information
charafau authored Nov 13, 2019
1 parent f020239 commit 0f0440b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/android_ut.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Android Unit Tests

on: [push]
on: [push, pull_request]

jobs:
test:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/flutter_ut.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Flutter Unit Tests

on: [push]
on: [push, pull_request]

jobs:
test:
Expand Down

0 comments on commit 0f0440b

Please sign in to comment.