mirror of
https://github.com/qmk/qmk_userspace.git
synced 2026-07-30 13:14:18 -04:00
Delete .github/workflows directory
This commit is contained in:
parent
4c716cfb4e
commit
f8d8ec4267
1 changed files with 0 additions and 20 deletions
20
.github/workflows/build_binaries.yaml
vendored
20
.github/workflows/build_binaries.yaml
vendored
|
|
@ -1,20 +0,0 @@
|
||||||
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: qmk/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
|
|
||||||
Loading…
Reference in a new issue