Skip to content

Commit b99b563

Browse files
ci: only run build when actual config files have changed
1 parent d234e9e commit b99b563

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,12 @@ name: Build ZMK firmware
22
on:
33
workflow_dispatch:
44
push:
5-
paths-ignore:
6-
- "keymap-drawer/**"
7-
- "README.md"
8-
- "keymap_drawer.config.yaml"
9-
- ".gitignore"
5+
paths:
6+
- "config/**"
7+
- "boards/**"
8+
- "zephyr/**"
9+
- "build.yaml"
10+
- .github/workflows/build.yml
1011

1112
jobs:
1213
build:

0 commit comments

Comments
 (0)