From 8c584625dac33ae17942eedd09c3c361f45a5fba Mon Sep 17 00:00:00 2001 From: Hamza-Ayed Date: Sun, 3 May 2026 17:35:15 +0300 Subject: [PATCH] Update: 2026-05-03 17:35:15 --- push.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/push.sh b/push.sh index 2f08491..c2ec5e9 100755 --- a/push.sh +++ b/push.sh @@ -12,7 +12,7 @@ git add . # Commit with timestamp git commit -m "Update: $TIMESTAMP" -# Push to origin -git push +# Push to origin main explicitly +git push origin main echo "✅ Done!"