mirror of https://github.com/langgenius/dify.git
Update deploy-dev.yml
This commit is contained in:
parent
2a5d70d9e1
commit
7bd2509ad5
|
|
@ -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…
Reference in New Issue