mirror of
https://github.com/usetrmnl/trmnl-android.git
synced 2026-04-29 13:35:26 -07:00
[UPDATE] Manual workflow run to make release APK
Added option to run workflow in case APK in artifact expires
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user