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