mirror of
https://github.com/W3SLAV/micropython.git
synced 2025-06-19 03:55:44 -04:00
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>
This commit is contained in:
parent
6877987002
commit
49ce7a6075
6
.github/workflows/code_size.yml
vendored
6
.github/workflows/code_size.yml
vendored
@ -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 }}
|
||||
|
Loading…
Reference in New Issue
Block a user