mirror of
https://github.com/qmk/qmk_userspace.git
synced 2025-05-30 11:00:09 -04:00
Initial structure.
This commit is contained in:
commit
92d62d05e8
12 changed files with 506 additions and 0 deletions
20
.github/workflows/build_binaries.yaml
vendored
Executable file
20
.github/workflows/build_binaries.yaml
vendored
Executable file
|
@ -0,0 +1,20 @@
|
|||
name: Build QMK firmware
|
||||
|
||||
on: [push, workflow_dispatch]
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
|
||||
jobs:
|
||||
build:
|
||||
name: 'QMK Userspace Build'
|
||||
uses: qmk/.github/.github/workflows/qmk_userspace_build.yml@qmk-userspace
|
||||
with:
|
||||
qmk_repo: qmk/qmk_firmware
|
||||
qmk_ref: master
|
||||
|
||||
publish:
|
||||
name: 'QMK Userspace Publish'
|
||||
uses: qmk/.github/.github/workflows/qmk_userspace_publish.yml@qmk-userspace
|
||||
if: always() && !cancelled()
|
||||
needs: build
|
Loading…
Add table
Add a link
Reference in a new issue