Skip to content

Commit 64bcddd

Browse files
committed
Add workflow_dispatch in CI for manual trigger
1 parent ce105c9 commit 64bcddd

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/openblas-build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
branches:
66
- master
77
pull_request: {}
8+
workflow_dispatch: {}
89

910
jobs:
1011
linux:

.github/workflows/openblas-src.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
branches:
66
- master
77
pull_request: {}
8+
workflow_dispatch: {}
89

910
jobs:
1011
windows-msvc:

0 commit comments

Comments
 (0)