Ver código fonte

fix: workflow (#26030)

tags/1.9.0
zyssyz123 1 mês atrás
pai
commit
2b79da722b
Nenhuma conta vinculada ao e-mail do autor do commit
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      .github/workflows/deploy-dev.yml

+ 1
- 1
.github/workflows/deploy-dev.yml Ver arquivo

@@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
if: |
github.event.workflow_run.conclusion == 'success' &&
github.event.workflow_run.head_branch == 'deploy/rag-dev'
github.event.workflow_run.head_branch == 'deploy/dev'
steps:
- name: Deploy to server
uses: appleboy/ssh-action@v0.1.8

Carregando…
Cancelar
Salvar