Skip to content

Commit 9b951f9

Browse files
Backport to branch(3.15) : Add workflow_dispatch to release workflows (#2538)
Co-authored-by: Toshihiro Suzuki <[email protected]>
1 parent 024173a commit 9b951f9

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/release-snapshot.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Release SNAPSHOT
22

33
on:
4+
workflow_dispatch:
45
push:
56
branches:
67
- master

.github/workflows/release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Release
22

33
on:
4+
workflow_dispatch:
45
push:
56
tags:
67
- "v[0-9]+.[0-9]+.[0-9]+"

0 commit comments

Comments
 (0)