add repository_dispatch to allow other repo to remote trigger build

This commit is contained in:
hathach 2020-03-28 11:44:11 +07:00
parent aef2a59f32
commit 7640cd875c
1 changed files with 1 additions and 1 deletions

View File

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