Skip to content

Commit

Permalink
add workflow dispatch for v8 build
Browse files Browse the repository at this point in the history
  • Loading branch information
rogchap committed Dec 22, 2020
1 parent c059f9b commit f0a718c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/v8build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: V8 Build

on: repository_dispatch
on: [workflow_dispatch,repository_dispatch]

jobs:
build:
Expand Down

0 comments on commit f0a718c

Please sign in to comment.