From 6b38322c3b3b1560d71a7af128e0b53579a18602 Mon Sep 17 00:00:00 2001 From: dom Date: Tue, 12 Aug 2025 18:52:39 +0800 Subject: [PATCH] Update android.yml --- .github/workflows/android.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 09ffac482..f30099746 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -50,6 +50,7 @@ jobs: sed -i "s/version: .*/version: $version_name-$(git rev-parse --short HEAD)+$(git rev-list --count HEAD)/g" pubspec.yaml - name: Write key + if: github.event_name != 'pull_request' run: | if [ ! -z "${{ secrets.SIGN_KEYSTORE_BASE64 }}" ]; then echo "${{ secrets.SIGN_KEYSTORE_BASE64 }}" | base64 --decode > android/app/key.jks