diff --git a/.github/workflows/build-test-release.yml b/.github/workflows/build-test-release.yml index 0944853..e40e2da 100644 --- a/.github/workflows/build-test-release.yml +++ b/.github/workflows/build-test-release.yml @@ -19,15 +19,6 @@ on: description: "The created release tag" value: ${{ jobs.github-release.outputs.tag }} - # run this workflow manually from the Actions tab - workflow_dispatch: - inputs: - create_release: - type: boolean - description: Create a (pre-)release when CI passes - default: false - required: true - concurrency: group: ${{ github.workflow }}-${{ github.ref }}-main cancel-in-progress: true