chore: update deploy branches for deploy-hitl.yaml (#32051)

This commit is contained in:
QuantumGhost 2026-02-06 16:14:05 +08:00 committed by GitHub
parent d5b9a7b2f8
commit 552ee369b2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,7 +4,7 @@ on:
workflow_run:
workflows: ["Build and Push API & Web"]
branches:
- "feat/hitl"
- "build/feat/hitl"
types:
- completed
@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
if: |
github.event.workflow_run.conclusion == 'success' &&
github.event.workflow_run.head_branch == 'feat/hitl'
github.event.workflow_run.head_branch == 'build/feat/hitl'
steps:
- name: Deploy to server
uses: appleboy/ssh-action@v1