move hardware design for mk1 devices into dedicated subfolder #8
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: dev build all | |
on: | |
push: | |
branches: | |
- dev | |
jobs: | |
build-all-binaries: | |
uses: ./.github/workflows/build-all-binaries.yml | |
deploy-documentation: | |
needs: build-all-binaries | |
uses: ./.github/workflows/build-docs.yml |