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

View File

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