From 31999bf09cbe14b927e2287c06edeb2108f538c3 Mon Sep 17 00:00:00 2001 From: cubemaze Date: Thu, 11 May 2023 01:48:59 +0800 Subject: [PATCH] chore: workflow --- .github/workflows/build-release.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/build-release.yaml b/.github/workflows/build-release.yaml index 1c4a76420..5c5ec5026 100644 --- a/.github/workflows/build-release.yaml +++ b/.github/workflows/build-release.yaml @@ -2,11 +2,9 @@ name: build_release on: push: - branches: - - main tags: - '*' # - workflow_dispatch: + workflow_dispatch: jobs: BuildRelease: