mirror of
https://github.com/Dokploy/dokploy.git
synced 2026-06-15 20:25:23 +02:00
chore: add push trigger for version sync on tag creation
This commit is contained in:
3
.github/workflows/sync-version.yml
vendored
3
.github/workflows/sync-version.yml
vendored
@@ -3,6 +3,9 @@ name: Sync version to MCP and CLI repos
|
||||
on:
|
||||
release:
|
||||
types: [published]
|
||||
push:
|
||||
tags:
|
||||
- 'v*'
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
||||
Reference in New Issue
Block a user