diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index f565411d8..57ef3666c 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -3,9 +3,9 @@ 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 - # push: - # branches: - # - Development + push: + branches: + - Development # Allows you to run this workflow manually from the Actions tab workflow_dispatch: