diff options
| author | Kellen Carey <kellen.carey@gmail.com> | 2020-08-16 12:05:05 -0700 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-16 12:05:05 -0700 | 
| commit | a2603d106a287eb4e89e03955fdcfe8026efd152 (patch) | |
| tree | 0a757e59c28ea6dd787f7d6e6d308f81de7f1368 /.github/workflows/build.yml | |
| parent | 5bfa4ba3ff70cffc1c98c624fd056988a9075f98 (diff) | |
| parent | 94549b4a07985e9b1a462bb64f67c8ade466e377 (diff) | |
Merge pull request #1 from zmkfirmware/main
Get up to speed
Diffstat (limited to '.github/workflows/build.yml')
| -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  | 
