1
0
mirror of https://github.com/lvgl/lvgl.git synced 2025-01-14 06:42:58 +08:00

fix(docs): temporarily lock workflow to master to prevent running in PRs

This commit is contained in:
Themba Dube 2021-04-24 20:55:00 -04:00
parent d9b3c672fd
commit 81886e7859

View File

@ -1,5 +1,8 @@
name: Build docs
on: push
on:
push:
branches:
- master
jobs:
build-and-deploy:
runs-on: ubuntu-latest