mirror of https://github.com/meshcore-dev/MeshCore
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
304 B
17 lines
304 B
name: Build Repeater Firmwares
|
|
|
|
permissions:
|
|
contents: write
|
|
|
|
on:
|
|
workflow_dispatch:
|
|
push:
|
|
tags:
|
|
- 'repeater-*'
|
|
|
|
jobs:
|
|
build-repeater-firmwares:
|
|
uses: ./.github/workflows/firmware-builder.yml
|
|
with:
|
|
firmware_type: 'repeater'
|
|
release_title_prefix: 'Repeater Firmware'
|
|
|