add esp32p4 based dadax platform #9
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 |