summaryrefslogtreecommitdiff
path: root/.github/workflows/release.yml
diff options
context:
space:
mode:
authorDante Niewenhuis <d.niewenhuis@hotmail.com>2025-02-06 12:50:07 +0100
committerGitHub <noreply@github.com>2025-02-06 12:50:07 +0100
commit2a0f78cd550b2187341b7c0c2ca443c27ef44bb1 (patch)
treea2473f586865ff81dba16ece5487286c07050949 /.github/workflows/release.yml
parent8a3f26bfa51753c8b602985fc1965105629e5f37 (diff)
Added a way to execution the release and publish scripts directly from github (#302)
Diffstat (limited to '.github/workflows/release.yml')
-rw-r--r--.github/workflows/release.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 1e046e71..1efb1f7f 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -4,6 +4,7 @@ name: Release
on:
push:
tags: ['v*']
+ workflow_dispatch:
jobs:
build: