Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/firmware_build.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
on:
pull_request:
workflow_dispatch:

name: Build firmware

jobs:
changes:
name: Detect changes to keyboards
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
permissions:
pull-requests: read
outputs:
Expand All @@ -31,7 +31,7 @@ jobs:
permissions:
contents: write
pull-requests: write
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
Expand Down
Binary file modified firmware/planck_rev7_soryn.bin
Binary file not shown.
Loading