Skip to content

Commit

Permalink
Backport to branch(3.14) : Add workflow_dispatch to release workflows (
Browse files Browse the repository at this point in the history
…#2540)

Co-authored-by: Toshihiro Suzuki <brfrn169@gmail.com>
  • Loading branch information
feeblefakie and brfrn169 authored Feb 19, 2025
1 parent 8a0d263 commit 4fe9d06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-snapshot.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Release SNAPSHOT

on:
workflow_dispatch:
push:
branches:
- master
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Release

on:
workflow_dispatch:
push:
tags:
- "v[0-9]+.[0-9]+.[0-9]+"
Expand Down

0 comments on commit 4fe9d06

Please sign in to comment.