Skip to content

Commit c395c62

Browse files
committed
Added workflow_dispatch trigger to snapshot release workflow
1 parent 4b37157 commit c395c62

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/snapshot_release.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ on:
33
push:
44
branches:
55
- develop
6+
workflow_dispatch:
7+
inputs:
8+
reason:
9+
description: 'Reason for the snapshot release'
10+
required: true
11+
default: 'Snapshot release'
612

713
jobs:
814
test:

0 commit comments

Comments
 (0)