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:
parent
a0e6d816a8
commit
091cd28cd5
1 changed files with 1 additions and 1 deletions
2
.github/workflows/deploy-hostinger.yml
vendored
2
.github/workflows/deploy-hostinger.yml
vendored
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue