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() {