Skip to content

Commit 1ddf623

Browse files
committed
ci: add workflow run.
1 parent e60b42a commit 1ddf623

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/build-check.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ name: Build Check
44
on:
55
pull_request:
66
merge_group:
7+
workflow_dispatch:
8+
79

810
jobs:
911
build-tgz:

.github/workflows/release_packages_cuda_only.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ name: Release Packages[Cuda Only]
44
on:
55
push:
66
tags:
7-
- 'v*'
7+
- 'v[0-9]+.[0-9]+.[0-9]+'
8+
89
workflow_dispatch:
910

1011
# Needed to create release and upload assets

0 commit comments

Comments
 (0)