From d0cdf9ee7755a9d2a6de0f5be4a9a8f4c702eb5f Mon Sep 17 00:00:00 2001 From: BhumikaDatamatics <82521727+BhumikaDatamatics@users.noreply.github.com> Date: Tue, 12 Sep 2023 20:27:11 +0530 Subject: [PATCH] Update android.yml --- .github/workflows/android.yml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 0bf450e69..09d96458c 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -3,10 +3,13 @@ name: Android Build # Controls when the workflow will run on: # Triggers the workflow on push or pull request events but only for the main branch - - pull_request: - branches: - - testbranch + push: + branches: + - main + + # pull_request: + # branches: + # - main # Allows you to run this workflow manually from the Actions tab workflow_dispatch: