test

OmarHatem committed Dec 11, 2025 at 02:15 UTC 94bd3cae727f034d16d65c234a82c78fc1d46bb8
1 file changed +1 -8
.github/workflows/pr_test_build_android.yml
+1 -8
@@ -1,13 +1,6 @@
1 name: Cake Wallet Android
2
3 -on:
4 - # Trigger 1: For Maintainers (Automatic, No Approval)
5 - pull_request:
6 - types: [opened, synchronize, reopened]
7 -
8 - # Trigger 2: For Forks (Manual Approval via Environment)
9 - pull_request_target:
10 - types: [opened, synchronize, reopened]
3 +on: [pull_request, pull_request_target]
4
5 jobs:
6 # PATH A: Internal PRs (Runs immediately)