Files
zoneminder/.github/workflows
Isaac Connor f36b69f7ac ci: fire package workflows on tag pushes for stable repo deploys
All four package workflows triggered only on branch push, so the
release: jobs gated by startsWith(github.ref, 'refs/tags/') were
unreachable. Branch-push runs deploy to proposed-<VERSION>; tag-push
runs need to fire to populate release-<VERSION>.

Add tags: [ '*' ] to the push trigger on all four workflows.
Existing tags follow the bare 1.38.1 convention (no v prefix), and
the DEPLOY_PREFIX/DEPLOY_TARGET derivation already handles tags via
the refs/tags/* check.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-24 08:16:03 -04:00
..