mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-12-24 05:04:11 -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
|
name: CI
|
||||||
on: push
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- "master"
|
||||||
|
workflow_run:
|
||||||
|
workflows:
|
||||||
|
- "Update protobufs"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
deploy-website:
|
deploy-website:
|
||||||
|
|
Loading…
Reference in a new issue