From e3aacd7e2bfbbdfc5ee6329a562392eac82172fa Mon Sep 17 00:00:00 2001 From: DK <117024745+Dhangofa@users.noreply.github.com> Date: Wed, 12 Aug 2026 00:36:38 +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.