diff options
| author | Mister_X <MisterX2000@users.noreply.github.com> | 2025-04-06 14:59:43 +0200 |
|---|---|---|
| committer | Mister_X <MisterX2000@users.noreply.github.com> | 2025-04-06 14:59:43 +0200 |
| commit | d51d0169b4d9855e1cb0e99892bc7c2819caa619 (patch) | |
| tree | be3d2fe70ac749de0c38e73ca5239d4d3b0f2b83 /.github | |
| parent | 63b0039eafe27e8abb89ef8b8cc6b584e182d7ab (diff) | |
update docker readme
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ant-build-release.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/ant-build-release.yaml b/.github/workflows/ant-build-release.yaml index de61e6f80..2912d95ef 100644 --- a/.github/workflows/ant-build-release.yaml +++ b/.github/workflows/ant-build-release.yaml @@ -1,4 +1,5 @@ -name: Build Executable +name: Build GitHub Release +# This workflow builds the YaCy Search Server and creates a GitHub Release with the build artifacts. on: push: |
