diff --git a/.github/workflows/Release.yml b/.github/workflows/build.yml similarity index 83% rename from .github/workflows/Release.yml rename to .github/workflows/build.yml index 16693874..f77ef813 100644 --- a/.github/workflows/Release.yml +++ b/.github/workflows/build.yml @@ -1,9 +1,10 @@ -name: Release - +name: Build on: - push: - tags: - - "*" + workflow_dispatch: + inputs: + version: + description: "Tag version to release" + required: true permissions: contents: write