Kaynağa Gözat

add repository_dispatch to allow other repo to remote trigger build

hathach 6 yıl önce
ebeveyn
işleme
7640cd875c
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      .github/workflows/build.yml

+ 1 - 1
.github/workflows/build.yml

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