aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/release-notes.yml
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2021-12-02 23:02:11 +0200
committerGitHub <[email protected]>2021-12-02 23:02:11 +0200
commit6eef480e1e0c839243871b7714a925a14579fc28 (patch)
treef49452b716817a746847472c31c9643c36ac8ada /.github/workflows/release-notes.yml
parent2ff1eb0daaabcac2b5d0a850a1cdf4008566470b (diff)
downloadbootstrap-6eef480e1e0c839243871b7714a925a14579fc28.tar.xz
bootstrap-6eef480e1e0c839243871b7714a925a14579fc28.zip
CI: add `workflow_dispatch` (#35454)
Diffstat (limited to '.github/workflows/release-notes.yml')
-rw-r--r--.github/workflows/release-notes.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/release-notes.yml b/.github/workflows/release-notes.yml
index ab2f37694..bbd0a2448 100644
--- a/.github/workflows/release-notes.yml
+++ b/.github/workflows/release-notes.yml
@@ -4,6 +4,7 @@ on:
push:
branches:
- main
+ workflow_dispatch:
jobs:
update_release_draft: