github/workflows: Run code size workflow on shared or port code changes.

To get more insight to firmware size changes when code changes.

Signed-off-by: Damien George <damien@micropython.org>
pull/14349/head
Damien George 2024-04-22 12:35:31 +10:00
rodzic 6877987002
commit 49ce7a6075
1 zmienionych plików z 6 dodań i 0 usunięć

Wyświetl plik

@ -8,9 +8,15 @@ on:
- 'tools/**'
- 'py/**'
- 'extmod/**'
- 'shared/**'
- 'lib/**'
- 'ports/bare-arm/**'
- 'ports/mimxrt/**'
- 'ports/minimal/**'
- 'ports/rp2/**'
- 'ports/samd/**'
- 'ports/stm32/**'
- 'ports/unix/**'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}