From 0ce21ce263e9eb93edaff189746099d85e6e5842 Mon Sep 17 00:00:00 2001 From: konsthol Date: Mon, 16 Dec 2024 18:58:05 +0200 Subject: [PATCH] WIPTF --- .gitea/workflows/release.yaml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/release.yaml b/.gitea/workflows/release.yaml index 3137ec7..439d41f 100644 --- a/.gitea/workflows/release.yaml +++ b/.gitea/workflows/release.yaml @@ -1,10 +1,14 @@ name: Build and Release +#on: +# workflow_run: +# workflows: ["Test with Pytest"] +# types: +# - completed on: - workflow_run: - workflows: [Test with Pytest] - types: - - completed + push: + branches: + - main jobs: build-x86_64: