Skip to content

Commit 0ef70d2

Browse files
authored
Add workflow_dispatch to release workflows (#2537)
1 parent 25037cd commit 0ef70d2

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)