소스 검색

[ci] add online pkgs trigger event

Meco Man 1 년 전
부모
커밋
74057ed97e
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      .github/workflows/bsp_buildings.yml

+ 3 - 0
.github/workflows/bsp_buildings.yml

@@ -20,6 +20,9 @@ on:
       - documentation/**
       - '**/README.md'
       - '**/README_zh.md'
+  repository_dispatch:
+    types:
+      - online-pkgs-static-building-trigger-event
   workflow_dispatch:
 
 permissions: