mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-11-09 23:24:10 -08:00
Update Actions
This commit is contained in:
parent
1144b1ad0e
commit
b5901f3c20
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
|
@ -1,5 +1,11 @@
|
|||
name: CI
|
||||
on: push
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- "master"
|
||||
workflow_run:
|
||||
workflows:
|
||||
- "Update protobufs"
|
||||
|
||||
jobs:
|
||||
deploy-website:
|
||||
|
|
Loading…
Reference in a new issue