Skip to content

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

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

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

Workflow file for this run

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