Commit cc6cce88 authored by Ruslan Konviser's avatar Ruslan Konviser
Browse files

fix: deploy latest to DO

parent 78a9a4a6
Loading
Loading
Loading
Loading
+6 −3
Original line number Diff line number Diff line
@@ -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