mirror of
https://github.com/langgenius/dify.git
synced 2025-12-27 01:52:29 +00:00
Update deploy-dev.yml
This commit is contained in:
parent
2a5d70d9e1
commit
7bd2509ad5
3
.github/workflows/deploy-dev.yml
vendored
3
.github/workflows/deploy-dev.yml
vendored
@ -12,7 +12,8 @@ jobs:
|
||||
deploy:
|
||||
runs-on: ubuntu-latest
|
||||
if: |
|
||||
github.event.workflow_run.conclusion == 'success'
|
||||
github.event.workflow_run.conclusion == 'success' &&
|
||||
github.event.workflow_run.head_branch == 'deploy/rag-dev'
|
||||
steps:
|
||||
- name: Deploy to server
|
||||
uses: appleboy/ssh-action@v0.1.8
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user