mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-02-18 00:17:39 +01:00
The release workflow publishes via GitHub API (patching draft to published), which doesn't fire the release webhook. This meant the Docker publish workflow was never triggered automatically. Added explicit workflow dispatch for publish-docker.yml after release publish, similar to how update-demo-server.yml was already dispatched. Related to #797