8000 github/workflows: Run code size workflow on shared or port code changes. · micropython/micropython@49ce7a6 · GitHub
[go: up one dir, main page]

Skip to content

Commit 49ce7a6

Browse files
committed
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>
1 parent 6877987 commit 49ce7a6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/code_size.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,15 @@ on:
88
- 'tools/**'
99
- 'py/**'
1010
- 'extmod/**'
11+
- 'shared/**'
1112
- 'lib/**'
1213
- 'ports/bare-arm/**'
14+
- 'ports/mimxrt/**'
1315
- 'ports/minimal/**'
16+
- 'ports/rp2/**'
17+
- 'ports/samd/**'
18+
- 'ports/stm32/**'
19+
- 'ports/unix/**'
1420

1521
concurrency:
1622
group: ${{ github.workflow }}-${{ github.ref }}

0 commit comments

Comments
 (0)
0