chore: add push trigger for version sync on tag creation

This commit is contained in:
Mauricio Siu
2026-04-24 22:46:18 -06:00
parent 09824facf8
commit fb6b06f064

View File

@@ -3,6 +3,9 @@ name: Sync version to MCP and CLI repos
on: on:
release: release:
types: [published] types: [published]
push:
tags:
- 'v*'
workflow_dispatch: workflow_dispatch:
jobs: jobs: