mirror of
https://github.com/Dokploy/dokploy.git
synced 2026-09-12 19:51:00 +05:00
feat: add workflow dispatch trigger to version synchronization workflow
Enhance the GitHub Actions workflow by adding a workflow_dispatch trigger, allowing manual execution of the version synchronization process. This provides greater flexibility in managing version updates for MCP and CLI repositories.
This commit is contained in:
parent
0cae8330e2
commit
e7c581476e
1
.github/workflows/sync-version.yml
vendored
1
.github/workflows/sync-version.yml
vendored
@ -3,6 +3,7 @@ name: Sync version to MCP and CLI repos
|
||||
on:
|
||||
release:
|
||||
types: [published]
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
sync-version:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user