Skip to content

General CMake cleanup #20

General CMake cleanup

General CMake cleanup #20

Workflow file for this run

name: Beta Build
on:
workflow_dispatch: # allows manual triggering
push:
branches:
- 'release/1.0'
pull_request:
types:
- closed
branches:
- 'release/1.0'
jobs:
beta-build:
uses: ./.github/workflows/build.yml
with:
firmware-retention-days: 30
build-type: 'beta'