Skip to content

Commit 4cb1fc8

Browse files
committed
ci(workflow): make firmware build manual-only
1 parent fc526de commit 4cb1fc8

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ on: [push, pull_request, workflow_dispatch]
22

33
jobs:
44
build:
5+
if: github.event_name == 'workflow_dispatch'
56
uses: zmkfirmware/zmk/.github/workflows/build-user-config.yml@v0.3.0
67

78
draw:
@@ -10,7 +11,7 @@ jobs:
1011
keymap_patterns: |
1112
config/felerius_blank_slate.keymap
1213
config/lpgalaxy_blank_slate.keymap
13-
output_folder: "docs/keymaps"
14-
destination: "commit"
15-
commit_message: "docs: update keymap SVG renders"
14+
output_folder: 'docs/keymaps'
15+
destination: 'commit'
16+
commit_message: 'docs: update keymap SVG renders'
1617
draw_args: '--ortho-layout {"split": false, "rows": 4, "columns": 12}'

0 commit comments

Comments
 (0)