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
This commit is contained in:
Claude 2026-02-17 17:42:07 +00:00
parent a0e6d816a8
commit 091cd28cd5
No known key found for this signature in database

View file

@ -2,7 +2,7 @@ name: Deploy to Hostinger VPS
on: on:
push: push:
branches: ["main"] branches: ["main", "claude/hostinger-remote-deployment-*"]
workflow_dispatch: workflow_dispatch:
env: env: