Skip to content

[codex] ci: make manual release dispatch build by default #1138

[codex] ci: make manual release dispatch build by default

[codex] ci: make manual release dispatch build by default #1138

Workflow file for this run

name: Build RP2040
on:
workflow_dispatch: {}
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
uses: ./.github/workflows/template_build.yml
with:
workflow-name: "RP2040"
test-dir: "tests/platform/rp2040"
env-name: "rp2040"
firmware-ext: "bin"