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

Signed-off-by: Damien George <damien@micropython.org>
pull/10056/head
Damien George 2022-11-23 10:06:09 +11:00
rodzic ecb46f93e0
commit 8b5642914a
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

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