Skip to content

Commit 17904cc

Browse files
Backport to branch(3.11) : Add workflow_dispatch to release workflows (#2543)
Co-authored-by: Toshihiro Suzuki <[email protected]>
1 parent 113bea1 commit 17904cc

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)