Skip to content

Commit fb6b06f

Browse files
committed
chore: add push trigger for version sync on tag creation
1 parent 09824fa commit fb6b06f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/sync-version.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ name: Sync version to MCP and CLI repos
33
on:
44
release:
55
types: [published]
6+
push:
7+
tags:
8+
- 'v*'
69
workflow_dispatch:
710

811
jobs:

0 commit comments

Comments
 (0)