gearmulator

Emulation of classic VA synths of the late 90s/2000s that are based on Motorola 56300 family DSPs
Log | Files | Refs | Submodules | README | LICENSE

commit b5fecc0d4bb5ba197ac429e99d1c5ef6a8552c0e
parent 63b6b5721f6dc5c8c598ab3f918dd37a6bd7e520
Author: dsp56300 <dsp56300@users.noreply.github.com>
Date:   Tue, 19 Nov 2024 23:14:06 +0100

allow to run release action manually

Diffstat:
M.github/workflows/release.yml | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml @@ -1,6 +1,7 @@ name: Release on: + workflow_dispatch: push: tags: - '[0-9]+.[0-9]+.[0-9]+'