Skip to content

Commit 93d3d86

Browse files
Backport to branch(3.12) : Add workflow_dispatch to release workflows (#2542)
Co-authored-by: Toshihiro Suzuki <[email protected]>
1 parent 951ff10 commit 93d3d86

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)