github/workflows: Run mpy-format CI when tests and examples change.
Signed-off-by: Damien George <damien@micropython.org>
This commit is contained in:
parent
ecb46f93e0
commit
8b5642914a
|
@ -5,6 +5,8 @@ on:
|
|||
pull_request:
|
||||
paths:
|
||||
- '.github/workflows/*.yml'
|
||||
- 'examples/**'
|
||||
- 'tests/**'
|
||||
- 'tools/**'
|
||||
|
||||
jobs:
|
||||
|
|
Loading…
Reference in New Issue