浏览代码

Add ability to run release_drafter.yml workflow manually

Ruslan Ibragimov 3 年之前
父节点
当前提交
38c4cf7dd9
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      .github/workflows/release_drafter.yml

+ 1 - 0
.github/workflows/release_drafter.yml

@@ -5,6 +5,7 @@ on:
     # branches to consider in the event; optional, defaults to all
     branches:
       - master
+  workflow_dispatch:
 
 jobs:
   update_release_draft: