From da6e2d0f4361c1e7737a4ae4d02b2f0d54e51f16 Mon Sep 17 00:00:00 2001 From: Jeff Idago Date: Sat, 4 Oct 2025 13:21:03 +0800 Subject: [PATCH] ci(semver): update to workflow_dispatch event --- .github/workflows/semantic-release.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/semantic-release.yml b/.github/workflows/semantic-release.yml index 27ffe03..3581d7c 100644 --- a/.github/workflows/semantic-release.yml +++ b/.github/workflows/semantic-release.yml @@ -1,10 +1,7 @@ name: Semantic Releases on: - push: - branches: - - master - - '*.x' + workflow_dispatch: permissions: contents: write