From dfa778b389a9c36583161af49305cf990bc35771 Mon Sep 17 00:00:00 2001 From: deniscerri <64997243+deniscerri@users.noreply.github.com> Date: Sat, 15 Apr 2023 15:45:17 +0200 Subject: [PATCH] Update android.yml --- .github/workflows/android.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index eff237df..3bce16ba 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -1,9 +1,12 @@ name: Android CI on: + push: + branches: [ "main" ] pull_request: branches: [ "main" ] + jobs: build: