Enable manual CI dispatch

This commit is contained in:
Tak Hoffman 2026-03-19 01:27:10 -05:00
parent 62de0853f3
commit cc4464f2ce
No known key found for this signature in database

View File

@ -4,6 +4,7 @@ on:
push: push:
branches: [main] branches: [main]
pull_request: pull_request:
workflow_dispatch:
concurrency: concurrency:
group: ci-${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} group: ci-${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}