Skip to content

Commit 6e6caaf

Browse files
committed
ci(create-backport-branch.yml): make it possible to trigger workflow manually
1 parent 52f4348 commit 6e6caaf

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/workflows/create-backport-branch.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,23 @@
11
name: Create Backport Branch
22

33
on:
4+
workflow_dispatch:
5+
inputs:
6+
last_release_git_tag:
7+
required: true
8+
type: string
9+
last_release_version:
10+
required: true
11+
type: string
12+
new_release_version:
13+
required: true
14+
type: string
15+
new_release_major_version:
16+
required: true
17+
type: string
18+
new_release_minor_version:
19+
required: true
20+
type: string
421
workflow_call:
522
inputs:
623
last_release_git_tag:

0 commit comments

Comments
 (0)