mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-28 15:47:15 +01:00
Add workflow_dispatch option to compile_changelogs action (#70148)
Lets us run it manually
This commit is contained in:
@@ -3,6 +3,7 @@ name: Compile changelogs
|
||||
on:
|
||||
schedule:
|
||||
- cron: "0 0 * * *"
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
compile:
|
||||
|
||||
Reference in New Issue
Block a user