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:
|
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:
|
||||||
|
|||||||
4
.github/workflows/firmware.yml
vendored
4
.github/workflows/firmware.yml
vendored
@ -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**'
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user