mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
Merge pull request #2664 from openmv/update_workflows
github: Update workflows.
This commit is contained in:
commit
773b72b08a
6
.github/workflows/codeformat.yml
vendored
6
.github/workflows/codeformat.yml
vendored
@ -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:
|
||||
|
||||
4
.github/workflows/firmware.yml
vendored
4
.github/workflows/firmware.yml
vendored
@ -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**'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user