Add workflow_dispatch trigger to releases workflow

This commit is contained in:
Zhe Fang
2025-11-23 17:14:36 -05:00
committed by GitHub
parent a5b3671ce3
commit 551da8c0b0

View File

@@ -3,6 +3,7 @@ name: Notify Discord on GitHub Release
on:
release:
types: [published]
workflow_dispatch:
jobs:
github-releases-to-discord: