diff options
author | innovaker <[email protected]> | 2020-12-02 05:15:02 +0000 |
---|---|---|
committer | Pete Johanson <[email protected]> | 2020-12-08 00:49:17 -0500 |
commit | b26ceebd4c4be19e5147beac747c22e4e6f710b4 (patch) | |
tree | b8efb014dcc7b017a8f272526a98e4733925c3ee /.github | |
parent | a9f257cdecf7ffa2edb082e5080dbdfea047e82b (diff) | |
download | zmk-b26ceebd4c4be19e5147beac747c22e4e6f710b4.tar.gz zmk-b26ceebd4c4be19e5147beac747c22e4e6f710b4.zip |
ci(build): add missing boards
PR: #478
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 41f171a7ea..c8b3a90be1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -53,6 +53,10 @@ jobs: - splitreus62_right - tg4x include: + - board: dz60rgb_rev1 + - board: nrf52840_m2 + shield: m60 + - board: planck_rev6 - board: proton_c shield: clueboard_california steps: |