Browse Source

Add workflow_dispatch input (#10)

pull/12/head
Vince Grassia 4 years ago committed by GitHub
parent
commit
b844ebce0a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/update-links.yml

2
.github/workflows/update-links.yml

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

Loading…
Cancel
Save