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: