Browse Source

add repository_dispatch to allow other repo to remote trigger build

hathach 6 years ago
parent
commit
7640cd875c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/build.yml

+ 1 - 1
.github/workflows/build.yml

@@ -1,6 +1,6 @@
 name: Build
 
-on: [pull_request, push]
+on: [pull_request, push, repository_dispatch]
 
 jobs:
   unit-test: