ci: Add workflow_dispatch to notify.yml

Isn't used right now. Just setting it up for testing purposes.
pull/137/head
Robert Dailey 2 years ago
parent 8cfa7b24f8
commit b3cf6a9c17

@ -4,6 +4,16 @@ on:
release: release:
types: [published] types: [published]
workflow_dispatch:
inputs:
tag_name:
required: true
type: string
description: The release tag to generate a notification for
env:
TAG: ${{ github.event.release.tag_name || github.event.inputs.tag_name }}
jobs: jobs:
notify: notify:
name: Discord Notification name: Discord Notification

Loading…
Cancel
Save