From b4bdf4a90a2c26c77661603b4d78e9a4fa8f3007 Mon Sep 17 00:00:00 2001 From: jose5556 Date: Fri, 16 Jan 2026 09:38:17 +0000 Subject: [PATCH 1/2] Add a test comment at the end of rx_can.c --- ThreadX_Os/Core/Src/threads/rx_can.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ThreadX_Os/Core/Src/threads/rx_can.c b/ThreadX_Os/Core/Src/threads/rx_can.c index 7081119..3451f08 100644 --- a/ThreadX_Os/Core/Src/threads/rx_can.c +++ b/ThreadX_Os/Core/Src/threads/rx_can.c @@ -33,3 +33,5 @@ VOID thread_rx_can(ULONG thread_input) } } } + +// test \ No newline at end of file From 7b919cadc7a7a1ff339f98476cf300dba8a533f0 Mon Sep 17 00:00:00 2001 From: jose5556 Date: Fri, 16 Jan 2026 09:39:14 +0000 Subject: [PATCH 2/2] Update CI pipeline to trigger on pull requests to main branch --- .github/workflows/ci.yml | 2 ++ ThreadX_Os/Core/Src/threads/rx_can.c | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) 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: diff --git a/ThreadX_Os/Core/Src/threads/rx_can.c b/ThreadX_Os/Core/Src/threads/rx_can.c index 3451f08..7081119 100644 --- a/ThreadX_Os/Core/Src/threads/rx_can.c +++ b/ThreadX_Os/Core/Src/threads/rx_can.c @@ -33,5 +33,3 @@ VOID thread_rx_can(ULONG thread_input) } } } - -// test \ No newline at end of file