瀏覽代碼

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: