From 38c4cf7dd9275294348bab903be9dc12eafe37dd Mon Sep 17 00:00:00 2001 From: Ruslan Ibragimov Date: Tue, 25 Jan 2022 11:14:49 +0300 Subject: [PATCH] Add ability to run release_drafter.yml workflow manually --- .github/workflows/release_drafter.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release_drafter.yml b/.github/workflows/release_drafter.yml index a9170c4cc5..89b1779ffc 100644 --- a/.github/workflows/release_drafter.yml +++ b/.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: