From 61b09bd357b8f8e65fdf0ad827d136f7b68ff440 Mon Sep 17 00:00:00 2001 From: Eduardo Gonzalez Date: Mon, 13 Apr 2026 14:21:33 +0200 Subject: [PATCH] code-format.yml: Set the develop branch Signed-off-by: Eduardo Gonzalez --- .github/workflows/code-format.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/code-format.yml b/.github/workflows/code-format.yml index 0dcc9b5..2a5c7e0 100644 --- a/.github/workflows/code-format.yml +++ b/.github/workflows/code-format.yml @@ -16,6 +16,8 @@ jobs: steps: - name: Checkout target repo uses: actions/checkout@v4 + with: + ref: develop # --- C/C++ --- - name: Install dependencies