mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Fix CI to only run on master
This commit is contained in:
parent
13fb87d4e0
commit
43bfd4cebc
1 changed files with 4 additions and 1 deletions
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
|
|
@ -1,5 +1,8 @@
|
|||
name: "CI"
|
||||
on: push
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
update-docs:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue