From 9576ed2470e9ff6bbd651a698c3f257a4444a248 Mon Sep 17 00:00:00 2001 From: Lgx Date: Tue, 13 Oct 2020 10:22:36 -0400 Subject: [PATCH] Update android.yml May fix the issue with pull-request --- .github/workflows/android.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index e2d530bf..d7bcf2f6 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -1,7 +1,9 @@ name: Android CI # from https://medium.com/@wkrzywiec/github-actions-for-android-first-approach-f616c24aa0f9 -on: push +on: + - push + - pull_request jobs: test: