mirror of
https://github.com/rebelonion/Dantotsu.git
synced 2026-01-28 23:41:03 +00:00
feat: manual trigger
This commit is contained in:
2
.github/workflows/beta.yml
vendored
2
.github/workflows/beta.yml
vendored
@@ -1,6 +1,7 @@
|
||||
name: Build APK and Notify Discord
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches:
|
||||
- dev
|
||||
@@ -22,6 +23,7 @@ jobs:
|
||||
|
||||
|
||||
- name: Download last SHA artifact
|
||||
if: ${{ env.SKIP_BUILD != 'true' }}
|
||||
uses: dawidd6/action-download-artifact@v3
|
||||
with:
|
||||
workflow: beta.yml
|
||||
|
||||
Reference in New Issue
Block a user