Allow manual runs from UI

This commit is contained in:
Jared Miller 2025-12-19 09:46:54 -05:00
parent cc23ac46d1
commit c2a81b6539
No known key found for this signature in database

View file

@ -3,6 +3,7 @@ name: release
on:
release:
types: [published]
workflow_dispatch: # allows manual runs from ui
jobs:
build: