diff --git a/.gitattributes b/.gitattributes index 1b3fd332b4..8d7d40e8c3 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,5 @@ # Normalize line endings to LF in the repository * text eol=lf *.png binary +*.jpg binary +*.jpeg binary diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fd7a45ff50..3c6f200f8c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,7 +3,7 @@ name: CI on: push: - branches: [dev, beta, release] + branches: [dev, beta, release, lvgl] pull_request: paths: diff --git a/tests/components/lvgl/cat.jpg b/tests/components/lvgl/cat.jpg new file mode 100644 index 0000000000..2518a774ba Binary files /dev/null and b/tests/components/lvgl/cat.jpg differ diff --git a/tests/components/lvgl/dog.jpg b/tests/components/lvgl/dog.jpg new file mode 100644 index 0000000000..b9de658565 Binary files /dev/null and b/tests/components/lvgl/dog.jpg differ