github/workflows: Run unix port workflow if mpy-cross changes.

Otherwise there is no CI for mpy-cross if only it changes.

Signed-off-by: Damien George <damien@micropython.org>
This commit is contained in:
Damien George 2022-11-17 22:20:57 +11:00 committed by Jim Mussared
parent f31a358eb2
commit beb9b85c59
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ on:
- 'extmod/**'
- 'lib/**'
- 'examples/**'
- 'mpy-cross/**'
- 'ports/unix/**'
- 'tests/**'