allow manual fw runs

This commit is contained in:
Matthew Kennedy 2024-03-10 20:19:01 -07:00
parent 94f2377bca
commit bffc99c567
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
name: Build Firmware
on: [push, pull_request]
on: [push, pull_request, workflow_dispatch]
jobs:
build-firmware: