Skip to content

Commit

Permalink
github/workflows: Run code size workflow on shared or port code changes.
Browse files Browse the repository at this point in the history
To get more insight to firmware size changes when code changes.

Signed-off-by: Damien George <[email protected]>
  • Loading branch information
dpgeorge committed Apr 22, 2024
1 parent 6877987 commit 49ce7a6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/code_size.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 49ce7a6

Please sign in to comment.