diff options
| author | hathach <[email protected]> | 2020-03-28 11:44:11 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2020-03-28 11:44:11 +0700 |
| commit | 7640cd875cbdb5fe0a29ef01ab6b845e0de8f883 (patch) | |
| tree | 2bd98b95a8f8237b92d55c4682ce4b85b10a1206 /.github | |
| parent | aef2a59f3265b6eb47b02503694dddce6bb5db10 (diff) | |
add repository_dispatch to allow other repo to remote trigger build
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/build.yml | 2 |
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: |
