From 091cd28cd54c8a0aa8d2f4cf5a9b7d8d5f06b25d Mon Sep 17 00:00:00 2001 From: Claude Date: Tue, 17 Feb 2026 17:42:07 +0000 Subject: [PATCH] ci: enable deploy workflow on feature branches for testing Allow the Hostinger deployment workflow to trigger on pushes to claude/hostinger-remote-deployment-* branches, enabling deployment testing before merging to main. https://claude.ai/code/session_019vXaqxGmkdCjM8m3jp6rYj --- .github/workflows/deploy-hostinger.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-hostinger.yml b/.github/workflows/deploy-hostinger.yml index e7f7da605..c6a3c62e9 100644 --- a/.github/workflows/deploy-hostinger.yml +++ b/.github/workflows/deploy-hostinger.yml @@ -2,7 +2,7 @@ name: Deploy to Hostinger VPS on: push: - branches: ["main"] + branches: ["main", "claude/hostinger-remote-deployment-*"] workflow_dispatch: env: