Merge pull request #2845 from openmv/update_workflow

github/workflows/codeformat: Fix workflow.
This commit is contained in:
Ibrahim Abdelkader 2025-09-18 21:36:42 +03:00 committed by GitHub
commit aaabe05565
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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