diff options
| author | Damien George <damien@micropython.org> | 2024-04-22 12:35:31 +1000 |
|---|---|---|
| committer | Damien George <damien@micropython.org> | 2024-04-22 12:38:29 +1000 |
| commit | 49ce7a607517dc0152a4f8768f5d03b3e5613e02 (patch) | |
| tree | 46831f8df0f51d483bb73d5ef3a70ae2f1d5361a | |
| parent | 6877987002684465d30b349759285648824553da (diff) | |
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>
| -rw-r--r-- | .github/workflows/code_size.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/workflows/code_size.yml b/.github/workflows/code_size.yml index a65a00201..1ef43d1fd 100644 --- a/.github/workflows/code_size.yml +++ b/.github/workflows/code_size.yml @@ -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 }} |
