Skip to content

Commit 32dada3

Browse files
committed
ci: add workflow_dispatch input for manual release
1 parent ed2ddd9 commit 32dada3

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ on:
88
branches:
99
- main
1010
workflow_dispatch:
11+
inputs:
12+
release:
13+
description: 'Trigger release after validation'
14+
type: boolean
15+
default: false
1116

1217
jobs:
1318
validate:

0 commit comments

Comments
 (0)