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/publish.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.github/workflows/publish.yml') diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 6ebd048f..9b83de14 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -4,6 +4,7 @@ name: Publish on: release: types: [published] + workflow_dispatch: jobs: push-simulator: -- cgit v1.2.3