From 735ef5fbfbd2a6354d7f14bb8277a9178a7f0478 Mon Sep 17 00:00:00 2001 From: M-awais-rasool Date: Thu, 26 Feb 2026 21:39:16 +0500 Subject: [PATCH] fix: update deployment branch from master to production in CI/CD workflow and change HelpSettings link to AppLens --- .github/workflows/frontend-deploy.yml | 4 ++-- src/components/settings/sections/HelpSettings.tsx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/frontend-deploy.yml b/.github/workflows/frontend-deploy.yml index aa7ff3b..5065cc2 100644 --- a/.github/workflows/frontend-deploy.yml +++ b/.github/workflows/frontend-deploy.yml @@ -2,7 +2,7 @@ name: CI/CD - Frontend Deploy to Hostinger on: push: - branches: [master] + branches: [production] paths: - 'src/**' - 'public/**' @@ -68,7 +68,7 @@ jobs: name: Build & Deploy to Hostinger needs: check runs-on: ubuntu-latest - if: github.ref == 'refs/heads/master' + if: github.ref == 'refs/heads/production' steps: - name: Checkout code diff --git a/src/components/settings/sections/HelpSettings.tsx b/src/components/settings/sections/HelpSettings.tsx index 614845c..76937d9 100644 --- a/src/components/settings/sections/HelpSettings.tsx +++ b/src/components/settings/sections/HelpSettings.tsx @@ -355,7 +355,7 @@ export function HelpSettings() {