github/workflows/codeformat: Fix workflow.

Signed-off-by: iabdalkader <i.abdalkader@gmail.com>
This commit is contained in:
iabdalkader 2025-09-18 20:21:18 +02:00
parent 0de60ff3d5
commit 2205f177f3

View File

@ -15,7 +15,6 @@ on:
- synchronize - synchronize
branches: branches:
- 'master' - 'master'
- 'update_code_formatter'
paths: paths:
- '**/*.{c,cc,h}' - '**/*.{c,cc,h}'
@ -46,4 +45,4 @@ jobs:
scripts/** scripts/**
tools/** tools/**
uncrustify-version: '0.75.0' uncrustify-version: '0.75.0'
fail-on-error: 'true' fail-on-error: true