qmk_userspace/.github/workflows/build_binaries.yaml
Maël Villerbu 53d635ec40 feat: Add sunaku bilateral combinations
See https://sunaku.github.io/home-row-mods.html
Needs to be compiled with a compatible QMK version, like the one
available here: https://github.com/Tyosa/qmk_firmware
2024-03-27 20:38:02 +01:00

20 lines
439 B
YAML
Executable file

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@main
with:
qmk_repo: Tyosa/qmk_firmware
qmk_ref: master
publish:
name: 'QMK Userspace Publish'
uses: qmk/.github/.github/workflows/qmk_userspace_publish.yml@main
if: always() && !cancelled()
needs: build