summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorMister_X <MisterX2000@users.noreply.github.com>2025-04-06 15:09:46 +0200
committerMister_X <MisterX2000@users.noreply.github.com>2025-04-06 15:09:46 +0200
commit4fa818fe1cc20d185e9410b50207aea31967320f (patch)
tree4fbba71319e05049ed9990cd1a97a1ea35a092a3 /.github
parent3b2324f1ae41585f23038d14537fe6a0cb8cde40 (diff)
disable automated ant build action for GitHub Release, because i'm not sure if it is correct
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ant-build-release.yaml11
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: