github/workflows: Run webassembly and zephyr workflows if tests/ change.

Because these ports run tests as part of CI, and need to be run if any of
the tests change, to check those changes.

Signed-off-by: Damien George <damien@micropython.org>
This commit is contained in:
Damien George
2025-08-11 12:26:40 +10:00
parent 54e6cfc6e3
commit f9b6d8e608
2 changed files with 2 additions and 0 deletions

View File

@@ -11,6 +11,7 @@ on:
- 'shared/**'
- 'lib/**'
- 'ports/webassembly/**'
- 'tests/**'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}

View File

@@ -11,6 +11,7 @@ on:
- 'shared/**'
- 'lib/**'
- 'ports/zephyr/**'
- 'tests/**'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}