only:allow manual HW CI runs

This commit is contained in:
rusEFI LLC 2024-10-30 20:38:08 -04:00
parent 7b3da40128
commit 8865f5083b
1 changed files with 4 additions and 1 deletions

View File

@ -4,7 +4,10 @@
name: HW CI
on: [push, pull_request]
on:
push:
pull_request:
workflow_dispatch:
jobs:
hardware-ci: