Add workflow_dispatch to enable manual build workflow runs

Agent-Logs-Url: https://github.com/cmderdev/cmder/sessions/49b3cbe7-8c16-4e18-a4c4-e0587448245e

Co-authored-by: DRSDavidSoft <4673812+DRSDavidSoft@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-04-11 22:27:24 +00:00
committed by GitHub
parent 31e73cce59
commit cbc7f53cd3

View File

@@ -12,6 +12,7 @@ on:
- "v*" - "v*"
pull_request: pull_request:
branches: [ "master", "development" ] branches: [ "master", "development" ]
workflow_dispatch:
#---------------------------------# #---------------------------------#
# environment configuration # # environment configuration #