Skip to content

Commit 93a93ea

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

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 6 additions & 4 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,8 @@ 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"
16-
draw_args: '--ortho-layout {"split": false, "rows": 4, "columns": 12}'
14+
output_folder: 'docs/keymaps'
15+
destination: 'commit'
16+
commit_message: 'docs: update keymap SVG renders'
17+
draw_args: >-
18+
--ortho-layout {"split": false, "rows": 4, "columns": 12}

0 commit comments

Comments
 (0)