From 930257b37c3c5db35cc36e062b6cdf5408236922 Mon Sep 17 00:00:00 2001 From: amasson Date: Mon, 3 Nov 2025 22:14:11 +0000 Subject: [PATCH] Update .gitea/workflows/publish-pytest-result --- .gitea/workflows/publish-pytest-result | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.gitea/workflows/publish-pytest-result b/.gitea/workflows/publish-pytest-result index 584acbd..57bc6f4 100644 --- a/.gitea/workflows/publish-pytest-result +++ b/.gitea/workflows/publish-pytest-result @@ -1,11 +1,7 @@ name: Pytest artifact publish + on: push: - branches: - - main - - master - pull_request: - workflow_dispatch: # Allows manual triggering jobs: print-python-version: