Skip to content

Commit dd60c67

Browse files
committed
Adding dispatch for core build [skip ci]
1 parent 2bfe26c commit dd60c67

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/_build.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ on:
66
version:
77
description: 'Version of the build'
88
value: ${{ jobs.build.outputs.version }}
9+
workflow_dispatch:
10+
inputs:
11+
Reason:
12+
description: 'Reason for the build'
913

1014
jobs:
1115
build:

0 commit comments

Comments
 (0)