소스 검색

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: