Skip to content

Commit f0a718c

Browse files
committed
add workflow dispatch for v8 build
1 parent c059f9b commit f0a718c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/v8build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: V8 Build
22

3-
on: repository_dispatch
3+
on: [workflow_dispatch,repository_dispatch]
44

55
jobs:
66
build:

0 commit comments

Comments
 (0)