summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhathach <[email protected]>2020-03-28 11:44:11 +0700
committerhathach <[email protected]>2020-03-28 11:44:11 +0700
commit7640cd875cbdb5fe0a29ef01ab6b845e0de8f883 (patch)
tree2bd98b95a8f8237b92d55c4682ce4b85b10a1206
parentaef2a59f3265b6eb47b02503694dddce6bb5db10 (diff)
add repository_dispatch to allow other repo to remote trigger build
-rw-r--r--.github/workflows/build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index a663f3ceb..551c7cb92 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -1,6 +1,6 @@
name: Build
-on: [pull_request, push]
+on: [pull_request, push, repository_dispatch]
jobs:
unit-test: