Skip to content

Commit 0f1d604

Browse files
committed
Add workflow_dispatch to all workflows
1 parent 2f244b2 commit 0f1d604

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/benchmark.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- "main"
7+
workflow_dispatch:
78

89
jobs:
910
deploy-draft-original:

.github/workflows/ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches-ignore:
66
- "master"
7+
workflow_dispatch:
78

89
jobs:
910
deploy-draft-new:

0 commit comments

Comments
 (0)