diff options
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build.yml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ea5f24d..4109161 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -9,7 +9,11 @@ jobs: strategy: matrix: board: [proton_c, nice_nano] - shield: [kyria_left, kyria_right, petejohanson_pro_micro_handwire] + shield: + - kyria_left + - kyria_right + - lily58_left + - lily58_right steps: # To use this repository's private action, # you must check out the repository |