fix: update workflow triggers to include main, development, feature, and hotfix branches

This commit is contained in:
GitHub Actions
2026-02-08 03:15:58 +00:00
parent e45e2b4b66
commit 1272d11208

View File

@@ -21,6 +21,18 @@ name: Docker Build, Publish & Test
# See: docs/plans/current_spec.md (Section 4.1 - docker-build.yml changes)
on:
push:
branches:
- main
- development
- 'feature/**'
- 'hotfix/**'
pull_request:
branches:
- main
- development
- 'feature/**'
- 'hotfix/**'
workflow_run:
workflows: [Docker Lint]
types: [completed]