From 4fa818fe1cc20d185e9410b50207aea31967320f Mon Sep 17 00:00:00 2001 From: Mister_X Date: Sun, 6 Apr 2025 15:09:46 +0200 Subject: disable automated ant build action for GitHub Release, because i'm not sure if it is correct --- .github/workflows/ant-build-release.yaml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ant-build-release.yaml b/.github/workflows/ant-build-release.yaml index 2912d95ef..5174008fa 100644 --- a/.github/workflows/ant-build-release.yaml +++ b/.github/workflows/ant-build-release.yaml @@ -2,11 +2,12 @@ name: Build GitHub Release # This workflow builds the YaCy Search Server and creates a GitHub Release with the build artifacts. on: - push: - tags: - - "v*.*.*" - - "Release_*" - pull_request: + # TODO: Currently disabled, because I'm not sure if this is the right way to do the release. + # push: + # tags: + # - "v*.*.*" + # - "Release_*" + # pull_request: workflow_dispatch: permissions: -- cgit v1.2.3