add repository_dispatch event

This commit is contained in:
Ha Thach 2020-01-07 13:50:36 +07:00 committed by GitHub
parent 95f050bbee
commit 6c235cdd66
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: