revive windows builds #6185

This commit is contained in:
rusefillc 2024-03-09 06:45:15 -05:00
parent f26bf80d46
commit 424e85981d
2 changed files with 8 additions and 2 deletions

View File

@ -1,6 +1,9 @@
name: Firmware on Windows
on: [push,pull_request]
on:
# push:
# pull_request:
workflow_dispatch:
jobs:
build:

View File

@ -1,6 +1,9 @@
name: Unit Tests on Windows
on: [push,pull_request]
on:
# push:
# pull_request:
workflow_dispatch:
jobs:
build: