Skip to content

[TractylM] Enable ili9488 for f407 #1998

[TractylM] Enable ili9488 for f407

[TractylM] Enable ili9488 for f407 #1998

name: Build QMK firmware
on: [push, workflow_dispatch]
permissions:
contents: write
jobs:
build:
name: 'QMK Userspace Build'
uses: drashna/qmk_userspace/.github/workflows/qmk_userspace_build.yml@custom_drashna
with:
qmk_repo: drashna/qmk_firmware
qmk_ref: ${{ github.ref_name }}
publish:
name: 'QMK Userspace Publish'
uses: drashna/qmk_userspace/.github/workflows/qmk_userspace_publish.yml@custom_drashna
if: always() && !cancelled()
needs: [build]
# with:
# release_name: 'latest_${{ github.ref_name }}'