Merge pull request #2664 from openmv/update_workflows

github: Update workflows.
This commit is contained in:
Ibrahim Abdelkader 2025-04-17 11:40:48 +02:00 committed by GitHub
commit 773b72b08a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

View File

@ -5,9 +5,7 @@ on:
branches:
- 'master'
paths:
- 'src/**'
- '!**/README.md'
- '!**.rst'
- '**/*.{c,cc,h}'
pull_request:
types:
@ -17,6 +15,8 @@ on:
- synchronize
branches:
- 'master'
paths:
- '**/*.{c,cc,h}'
jobs:
formatting-check:

View File

@ -10,7 +10,7 @@ on:
- '**'
- '.github/workflows/*.yml'
- '.github/workflows/*.json'
- '!**/README.md'
- '!**.md'
- '!**.rst'
- '!**.md'
- '!cubeai**'
@ -24,7 +24,7 @@ on:
- '**'
- '.github/workflows/*.yml'
- '.github/workflows/*.json'
- '!**/README.md'
- '!**.md'
- '!**.rst'
- '!**.md'
- '!cubeai**'