mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
18 lines
344 B
YAML
18 lines
344 B
YAML
name: "CI"
|
|
on:
|
|
push:
|
|
branches:
|
|
- main
|
|
|
|
jobs:
|
|
update-docs:
|
|
environment: Production
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
|
- name: Update Docs
|
|
uses: benc-uk/workflow-dispatch@v1
|
|
with:
|
|
workflow: "Update protobufs"
|
|
repo: meshtastic/meshtastic
|
|
token: ${{ secrets.ACCESS_TOKEN }}
|