From d52a1b9a6ba4c5bd92b7e44946442f29c754e191 Mon Sep 17 00:00:00 2001 From: Puneet Behl Date: Thu, 22 Jul 2021 08:02:57 +0530 Subject: [PATCH] Set workflow-dispatch for changelog workflow --- .github/workflows/release-notes.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release-notes.yml b/.github/workflows/release-notes.yml index 102761dd..0ac21ab2 100644 --- a/.github/workflows/release-notes.yml +++ b/.github/workflows/release-notes.yml @@ -6,6 +6,7 @@ on: branches: - master - '[7-9]+.[1-9]+.x' + workflow_dispatch: jobs: release_notes: runs-on: ubuntu-latest