소스 검색

Trigger dispatch manually for test purpose

Co-authored-by: CrazyMax <[email protected]>
Guillaume Lours 3 년 전
부모
커밋
342ddc5ee5
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      .github/workflows/dispatch-release.yml

+ 1 - 2
.github/workflows/dispatch-release.yml

@@ -1,8 +1,7 @@
 name: dispatch release event to downstream repositories
 
 on:
-  release:
-    types: [published]
+  workflow_dispatch:
 
 jobs:
   dispatch_release_version: