Skip to content

Commit

Permalink
fix some stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
maxdubrinsky committed Jan 20, 2021
1 parent 8a25434 commit 0150764
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 60 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ name: Build
on:
push:
paths:
- '.github/workflows/build.yml'
- 'app/**'
- ".github/workflows/build.yml"
- "app/**"
pull_request:
paths:
- '.github/workflows/build.yml'
- 'app/**'
- ".github/workflows/build.yml"
- "app/**"

jobs:
build:
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
- tidbit
- helix_4_left
- helix_4_right
cmake-args: ['']
cmake-args: [""]
include:
- board: bdn9_rev2
- board: dz60rgb_rev1
Expand Down Expand Up @@ -126,7 +126,7 @@ jobs:
if: ${{ !matrix.skip-archive }}
uses: actions/upload-artifact@v2
with:
name: '${{ steps.variables.outputs.artifact-name }}'
name: "${{ steps.variables.outputs.artifact-name }}"
path: |
build/zephyr/zmk.hex
build/zephyr/zmk.uf2
Expand Down
54 changes: 0 additions & 54 deletions app/src/display.c

This file was deleted.

0 comments on commit 0150764

Please sign in to comment.