fix: update workflow triggers to streamline event handling for Docker Lint

This commit is contained in:
GitHub Actions
2026-02-08 03:18:32 +00:00
parent 1272d11208
commit a680de1a57

View File

@@ -21,21 +21,15 @@ 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]
types:
- completed
branches:
- main
- development
- 'feature/**'
- 'hotfix/**'
workflow_dispatch:
workflow_call: