From 0957748778e4ff70bf7acfc48cf7203506086c37 Mon Sep 17 00:00:00 2001 From: jose5556 Date: Thu, 15 Jan 2026 15:11:14 +0000 Subject: [PATCH] Remove pull request trigger from CI pipeline configuration --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 373358e..23c805c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,8 +3,6 @@ name: CI Pipeline STM32 on: push: branches: [ main ] - pull_request: - branches: [ main ] jobs: test: