From ab759c1a349e47db45a31a0be63ab4a2215f1ce8 Mon Sep 17 00:00:00 2001 From: DK <117024745+Dhangofa@users.noreply.github.com> Date: Wed, 12 Aug 2026 00:41:20 +0530 Subject: [PATCH] Skip artifact upload for pull request builds - Kept automatic release compilation for pull requests targeting main. - Removed unsigned APK artifact upload from pull request builds. - Restricted artifact generation and upload to manually triggered signed releases. - Preserved the required Build status check for protected-branch merges.