From a1860722fda983c4a03bdfaf81667e7088360fbf Mon Sep 17 00:00:00 2001 From: konsthol Date: Sun, 2 Nov 2025 12:46:11 +0200 Subject: [PATCH] Become a programmer, they said. It'll be fun, they said. --- .gitea/workflows/release.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.gitea/workflows/release.yaml b/.gitea/workflows/release.yaml index 752bf3f..a722044 100644 --- a/.gitea/workflows/release.yaml +++ b/.gitea/workflows/release.yaml @@ -1,14 +1,14 @@ name: Build and Release -#on: -# workflow_run: -# workflows: ["Test with Pytest"] -# types: -# - completed on: - push: - branches: - - main + workflow_run: + workflows: ["Test with Pytest"] + types: + - completed +#on: +# push: +# branches: +# - main jobs: build-x86_64: