All 3 jobs in one file: - test-build: lint, test, build (all branches) - deploy-dev: Docker + deploy (dev only, needs test-build) - deploy-production: Docker + deploy (production only, needs test-build) Removes separate production-deploy.yml. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>