Преглед изворни кода

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: