diff options
| author | Mister_X <MisterX2000@users.noreply.github.com> | 2025-04-06 15:09:46 +0200 |
|---|---|---|
| committer | Mister_X <MisterX2000@users.noreply.github.com> | 2025-04-06 15:09:46 +0200 |
| commit | 4fa818fe1cc20d185e9410b50207aea31967320f (patch) | |
| tree | 4fbba71319e05049ed9990cd1a97a1ea35a092a3 | |
| parent | 3b2324f1ae41585f23038d14537fe6a0cb8cde40 (diff) | |
disable automated ant build action for GitHub Release, because i'm not sure if it is correct
| -rw-r--r-- | .github/workflows/ant-build-release.yaml | 11 |
1 files 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: |
