Add workflow_dispatch trigger to allow manual workflow runs

This commit is contained in:
Claude 2026-05-12 20:04:44 +00:00
parent f1984e7509
commit 34f45ee0ab
No known key found for this signature in database

View file

@ -4,6 +4,7 @@ on:
push:
tags:
- '*'
workflow_dispatch:
jobs:
build: