Skip to content

Commit c4b9c25

Browse files
ci: do not create not firmware build when readme has been updated
1 parent 6921816 commit c4b9c25

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,10 @@ on:
44
push:
55
paths-ignore:
66
- "keymap-drawer/**"
7+
- "README.md"
8+
- "keymap_drawer.config.yaml"
9+
- ".gitignore"
710

811
jobs:
912
build:
1013
uses: zmkfirmware/zmk/.github/workflows/build-user-config.yml@main
11-

0 commit comments

Comments
 (0)