Run test on dev branch as well (#1835)

This commit is contained in:
Amir Gonnen
2020-10-05 11:53:02 +03:00
committed by GitHub
parent 78ecdd1f1d
commit 3dabec4cae

View File

@@ -2,9 +2,9 @@ name: Build Micropython with LVGL submodule
on:
push:
branches: [ master ]
branches: [ master, dev ]
pull_request:
branches: [ master ]
branches: [ master, dev ]
jobs:
build: