mirror of
https://github.com/lvgl/lvgl.git
synced 2024-12-04 23:24:18 +08:00
add the dev branch to CI
This commit is contained in:
parent
36e825f093
commit
1b9ccf9cc6
4
.github/workflows/ccpp.yml
vendored
4
.github/workflows/ccpp.yml
vendored
@ -2,9 +2,9 @@ name: C/C++ CI
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ master ]
|
||||
branches: [ master, dev ]
|
||||
pull_request:
|
||||
branches: [master ]
|
||||
branches: [master, dev ]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
Loading…
Reference in New Issue
Block a user