Try to run Diawi only for PRs (#124)

This commit is contained in:
Jorge Martin Espinosa 2023-03-02 18:08:57 +01:00 committed by GitHub
parent 3cfd208533
commit 0523f61973

View file

@ -1,6 +1,7 @@
name: APK Build
on:
workflow_dispatch:
pull_request: { }
push:
branches: [ main, develop ]
@ -37,10 +38,12 @@ jobs:
app/build/outputs/apk/debug/*.apk
- uses: rnkdsh/action-upload-diawi@v1.3.1
id: diawi
if: ${{ github.event_name == 'pull_request' }}
with:
token: ${{ secrets.DIAWI_TOKEN }}
file: app/build/outputs/apk/debug/app-arm64-v8a-debug.apk
- name: Add or update PR comment with QR Code to download APK.
if: ${{ github.event_name == 'pull_request' }}
uses: NejcZdovc/comment-pr@v1
with:
message: |