ci: remove custom branch and add workflow_dispatch event

This commit is contained in:
Marukome0743
2025-07-14 19:03:35 +09:00
parent fdc524d79d
commit d0af517eb7
2 changed files with 4 additions and 2 deletions

View File

@@ -2,7 +2,8 @@ name: Build Docker images
on:
push:
branches: ["canary", "main", "feat/monitoring"]
branches: [main, canary]
workflow_dispatch:
jobs:
build-and-push-cloud-image:

View File

@@ -2,7 +2,8 @@ name: Dokploy Docker Build
on:
push:
branches: [main, canary, "1061-custom-docker-service-hostname"]
branches: [main, canary]
workflow_dispatch:
env:
IMAGE_NAME: dokploy/dokploy