diff options
author | Pete Johanson <peter@peterjohanson.com> | 2020-08-10 11:29:16 -0400 |
---|---|---|
committer | Pete Johanson <peter@peterjohanson.com> | 2020-08-10 11:30:24 -0400 |
commit | be57b10c56885315ad56b78cc2f65a955029bccf (patch) | |
tree | a2135f9babb208248d89942c28935ceca497be9e /.github | |
parent | c4ac722858d502ce5e6807660bbdd6a2a4713197 (diff) |
Initial Corne shield definition.
* Also include a build for Clueboard California macropad.
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4109161..5eb7971 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -10,10 +10,15 @@ jobs: matrix: board: [proton_c, nice_nano] shield: + - corne_left + - corne_right - kyria_left - kyria_right - lily58_left - lily58_right + include: + - board: proton_c + shield: clueboard_california steps: # To use this repository's private action, # you must check out the repository |