Loading .github/workflows/deploy-do.yml +6 −3 Original line number Diff line number Diff line Loading @@ -3,7 +3,10 @@ name: Deploy to DigitalOcean on: workflow_run: workflows: ['Build and Publish Docker Images'] branches: [develop,master] branches: - develop - master - feature/packages-updates types: - completed Loading Loading
.github/workflows/deploy-do.yml +6 −3 Original line number Diff line number Diff line Loading @@ -3,7 +3,10 @@ name: Deploy to DigitalOcean on: workflow_run: workflows: ['Build and Publish Docker Images'] branches: [develop,master] branches: - develop - master - feature/packages-updates types: - completed Loading