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: