From 67cefe7fa8711b4effbe3dba0a0459c29fa7973d Mon Sep 17 00:00:00 2001 From: jose5556 Date: Thu, 15 Jan 2026 14:47:57 +0000 Subject: [PATCH 1/2] Add CI pipeline configuration for unit testing and coverage --- .github/{workflow => workflows}/ci.yml | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/{workflow => workflows}/ci.yml (100%) diff --git a/.github/workflow/ci.yml b/.github/workflows/ci.yml similarity index 100% rename from .github/workflow/ci.yml rename to .github/workflows/ci.yml From 4723163c1a2793b30d56551c2d0e39ccd63cccac Mon Sep 17 00:00:00 2001 From: jose5556 Date: Thu, 15 Jan 2026 14:48:32 +0000 Subject: [PATCH 2/2] Add pull request trigger for CI pipeline on main branch --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 23c805c..373358e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,6 +3,8 @@ name: CI Pipeline STM32 on: push: branches: [ main ] + pull_request: + branches: [ main ] jobs: test: