paths-ignore for .github/** was preventing workflow-only pushes from triggering the pipeline at all. Release job was gated to push events only, so workflow_dispatch never published. Simplify paths-ignore to just **.md and allow both push and dispatch to trigger the release job.