revive windows builds #6185
This commit is contained in:
parent
f26bf80d46
commit
424e85981d
|
@ -1,6 +1,9 @@
|
|||
name: Firmware on Windows
|
||||
|
||||
on: [push,pull_request]
|
||||
on:
|
||||
# push:
|
||||
# pull_request:
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
|
@ -1,6 +1,9 @@
|
|||
name: Unit Tests on Windows
|
||||
|
||||
on: [push,pull_request]
|
||||
on:
|
||||
# push:
|
||||
# pull_request:
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
Loading…
Reference in New Issue