Skip to content

Commit da92af6

Browse files
Allow manually running the changelog workflow
When the changelog generation failed, or when developers want to regenerate it. https://docs.github.com/en/actions/using-workflows/manually-running-a-workflow
1 parent 5ee2233 commit da92af6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/mkchangelog.yml

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: 📃 Changelog
33
on:
44
schedule:
55
- cron: 0 0 * * 1
6+
workflow_dispatch:
67

78
jobs:
89
generate-changelog:

0 commit comments

Comments
 (0)