mirror of
https://github.com/hathach/tinyusb.git
synced 2025-01-17 05:32:55 +08:00
add repository_dispatch to allow other repo to remote trigger build
This commit is contained in:
parent
aef2a59f32
commit
7640cd875c
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -1,6 +1,6 @@
|
||||
name: Build
|
||||
|
||||
on: [pull_request, push]
|
||||
on: [pull_request, push, repository_dispatch]
|
||||
|
||||
jobs:
|
||||
unit-test:
|
||||
|
Loading…
x
Reference in New Issue
Block a user