[Painter] Remove surface support for st7789 170x320 #3192
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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@master | |
| with: | |
| qmk_ref: ${{ github.ref_name }} | |
| publish: | |
| name: "QMK Userspace Publish" | |
| uses: drashna/qmk_userspace/.github/workflows/qmk_userspace_publish.yml@master | |
| if: always() && !cancelled() | |
| needs: [build] | |
| # with: | |
| # release_name: 'latest_${{ github.ref_name }}' |