add support for manual triggering of gh actions

This commit is contained in:
Matt Hess
2025-12-29 00:34:12 +00:00
parent c1b382c4f3
commit c3de3e889f
9 changed files with 17 additions and 1 deletions

View File

@@ -19,6 +19,8 @@ on:
pull_request:
workflow_dispatch:
env:
# Path to the CMake build directory.
build: '${{ github.workspace }}/build'