Commit 4335827f authored by Ruslan Konviser's avatar Ruslan Konviser
Browse files

fix: temporary build Docker and deploy from develop branch too

parent 240c705a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@ name: Deploy to DigitalOcean
on:
    workflow_run:
        workflows: ['Build and Publish Docker Images']
        branches: [master]
        branches: [develop,master]
        types:
            - completed

+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@ name: Build and Publish Docker Images

on:
    push:
        branches: master
        branches: [develop,master]

jobs:
    ever-api: