Merge pull request #765 from FastLED/codex/release-real-windows #1143
This file contains hidden or 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: Build Nucleo F429ZI | |
| on: | |
| workflow_dispatch: {} | |
| push: | |
| branches: [main] | |
| pull_request: | |
| branches: [main] | |
| jobs: | |
| build: | |
| uses: ./.github/workflows/template_build.yml | |
| with: | |
| workflow-name: "Nucleo F429ZI" | |
| test-dir: "tests/platform/nucleo_f429zi" | |
| env-name: "nucleo_f429zi" | |
| firmware-ext: "hex" |