From 9f5fcca20d046a18f8842109f115f8e3ecfefb8b Mon Sep 17 00:00:00 2001 From: Sujal Date: Wed, 19 Feb 2025 17:01:32 +0530 Subject: [PATCH] Update android.yml --- .github/workflows/android.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 699f1d93b..51c23c8ee 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -1,6 +1,6 @@ name: Android CI -on: [push, pull_request_target, workflow_dispatch] +on: [push, pull_request, workflow_dispatch] permissions: pull-requests: write @@ -109,7 +109,7 @@ jobs: path: app/build/outputs/apk/prod/debug/app-*.apk - name: Comment on PR with APK download links - if: github.event_name == 'pull_request_target' + if: github.event_name == 'pull_request' uses: actions/github-script@v6 with: github-token: ${{ secrets.GITHUB_TOKEN }}