Add workflow_dispatch input (#10)

This commit is contained in:
Vince Grassia
2022-03-01 10:13:46 -05:00
committed by GitHub
parent 31fee69133
commit b844ebce0a

View File

@@ -4,6 +4,8 @@ name: Update Links
on:
release:
types: [published]
workflow_dispatch:
inputs: {}
jobs:
update-links: