From 4abbfe6142eae4719be4b5cfa43a204938982fbc Mon Sep 17 00:00:00 2001 From: Stern Date: Tue, 28 Nov 2023 05:50:44 -0500 Subject: [PATCH] [skip ci] ci: Update stable.yml This removes workflow_dispatch as it was making the builds show as SideStore `develop` Signed-off-by: Stern --- .github/workflows/stable.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/stable.yml b/.github/workflows/stable.yml index 9db97ffd..d1a6d1e5 100644 --- a/.github/workflows/stable.yml +++ b/.github/workflows/stable.yml @@ -3,7 +3,6 @@ on: push: tags: - '[0-9]+.[0-9]+.[0-9]+' # example: 1.0.0 - workflow_dispatch: jobs: build: