chore: only run qmk gh action on c, h, mk files changed

main
sudo pacman -Syu 2023-07-28 11:24:52 +07:00
parent 3a2f8c3b20
commit b73680eee7
1 changed files with 9 additions and 0 deletions

View File

@ -1,6 +1,15 @@
# https://github.com/qmk/qmk_firmware/blob/master/docs/newbs_building_firmware_workflow.md
name: QMK
on: [push, workflow_dispatch]
push:
branches:
- main
paths:
- "**.c"
- "**.h"
- "**.mk"
workflow_dispatch:
jobs:
build: