gd32470z-lckfb新增官方配套800x480 RGB LCD屏幕的显示驱动与触摸驱动 #5162
This file contains 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: pkgs_test | |
on: | |
push: | |
branches: | |
- master | |
paths-ignore: | |
- documentation/** | |
- '**/README.md' | |
- '**/README_zh.md' | |
pull_request: | |
branches: | |
- master | |
paths-ignore: | |
- documentation/** | |
- '**/README.md' | |
- '**/README_zh.md' | |
workflow_dispatch: | |
jobs: | |
change: | |
uses: RT-Thread/pkgs-test/.github/workflows/pkgs-action.yml@main | |
if: github.repository_owner == 'RT-Thread' | |
with: | |
rt-thread-versions: "branch:master" | |
test-specific-pkgs: true | |
pkgs: | | |
hello | |