From 2a0f78cd550b2187341b7c0c2ca443c27ef44bb1 Mon Sep 17 00:00:00 2001 From: Dante Niewenhuis Date: Thu, 6 Feb 2025 12:50:07 +0100 Subject: Added a way to execution the release and publish scripts directly from github (#302) --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.github/workflows/release.yml') 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: -- cgit v1.2.3