Loading .github/workflows/deploy-do.yml +1 −1 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ name: Deploy to DigitalOcean on: workflow_run: workflows: ['Build and Publish Docker Images'] branches: [master] branches: [develop,master] types: - completed Loading .github/workflows/docker-build-publish.yml +1 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ name: Build and Publish Docker Images on: push: branches: master branches: [develop,master] jobs: ever-api: Loading Loading
.github/workflows/deploy-do.yml +1 −1 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ name: Deploy to DigitalOcean on: workflow_run: workflows: ['Build and Publish Docker Images'] branches: [master] branches: [develop,master] types: - completed Loading
.github/workflows/docker-build-publish.yml +1 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ name: Build and Publish Docker Images on: push: branches: master branches: [develop,master] jobs: ever-api: Loading