diff --git a/.github/workflows/android-release.yml b/.github/workflows/android-release.yml index 06940e8..8a67d08 100644 --- a/.github/workflows/android-release.yml +++ b/.github/workflows/android-release.yml @@ -12,6 +12,9 @@ name: Android Release Build on: push: branches: [ "main" ] + # This allows manual triggering of the workflow, which results in making Android Release APK build + # Go to the "Actions" tab the repository, select this workflow, and click the "Run workflow" button to run it manually. + workflow_dispatch: jobs: build-release: