fix: update docker-build.yml to include 'development' branch in push triggers

This commit is contained in:
GitHub Actions
2026-03-25 09:13:15 +00:00
parent a6deff77a7
commit 20e724f19c

View File

@@ -23,7 +23,7 @@ name: Docker Build, Publish & Test
on:
pull_request:
push:
branches: [main]
branches: [main, development]
workflow_dispatch:
workflow_run:
workflows: ["Docker Lint"]