add workflow_dispatch for manual submissions

This commit is contained in:
Gregory Gauthier 2026-02-04 14:50:17 +00:00
parent a15cd7a03e
commit d7f68561a8

View File

@ -11,6 +11,7 @@ on:
paths: paths:
- 'src/**' # Same for pull requests - 'src/**' # Same for pull requests
- 'jcl/**' - 'jcl/**'
workflow_dispatch:
jobs: jobs:
upload-and-run: upload-and-run:
steps: steps: