ci: remove broken dispatch

Signed-off-by: Christina Sørensen <christina@cafkafk.com>
This commit is contained in:
Christina Sørensen 2023-08-24 01:23:40 +02:00
parent 816530e68a
commit b31eb6efa8
No known key found for this signature in database
GPG key ID: CDDC792F655251ED

View file

@ -2,11 +2,6 @@ on:
push:
tags:
- "v*.*.*"
workflow_dispatch:
inputs:
tag:
description: The Git tag to use, for non-rolling releases. This must be the character `v` followed by a SemVer version, e.g. `v0.1.1`.
required: true
jobs:
publish: