add repository_dispatch event

This commit is contained in:
Ha Thach 2020-01-07 13:59:44 +07:00 committed by GitHub
parent fd082ceb2b
commit 661c5fba70
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
name: Arduino Library CI
on: [pull_request, push]
on: [pull_request, push, repository_dispatch]
jobs:
build: