github/workflows: Run mpy-format CI when tests and examples change.

Signed-off-by: Damien George <damien@micropython.org>
This commit is contained in:
Damien George 2022-11-23 10:06:09 +11:00
parent ecb46f93e0
commit 8b5642914a
1 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,8 @@ on:
pull_request:
paths:
- '.github/workflows/*.yml'
- 'examples/**'
- 'tests/**'
- 'tools/**'
jobs: