Skip to content

Commit 2665ccf

Browse files
authored
fix: enable manual triggering of generator workflow (#164)
1 parent 12de8ff commit 2665ccf

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/generator.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@ on:
33
push:
44
paths:
55
- generator
6+
workflow_dispatch:
7+
inputs:
8+
debug_mode:
9+
description: 'Enable debug mode'
10+
type: boolean
11+
default: false
12+
required: false
13+
614

715
jobs:
816
build:

0 commit comments

Comments
 (0)