mirror of
https://github.com/MarekZegare4/MeshCore-Solo.git
synced 2026-07-26 14:58:12 +00:00
21 lines
358 B
YAML
21 lines
358 B
YAML
name: Build Companion Firmwares
|
|
|
|
permissions:
|
|
contents: write
|
|
|
|
on:
|
|
workflow_dispatch:
|
|
push:
|
|
tags:
|
|
- 'companion-*'
|
|
|
|
env:
|
|
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
|
|
|
|
jobs:
|
|
build-companion-firmwares:
|
|
uses: ./.github/workflows/firmware-builder.yml
|
|
with:
|
|
firmware_type: 'companion'
|
|
release_title_prefix: 'Companion Firmware'
|