From d9c174ef40390eb64919774a0d136d97063a4a33 Mon Sep 17 00:00:00 2001 From: Patrice Ferlet Date: Tue, 19 Aug 2025 17:17:15 +0200 Subject: [PATCH] Change events --- .gitea/workflows/build-oci.yaml | 3 ++- .gitea/workflows/go-test.yaml | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/build-oci.yaml b/.gitea/workflows/build-oci.yaml index b3d9bf8..f88b68d 100644 --- a/.gitea/workflows/build-oci.yaml +++ b/.gitea/workflows/build-oci.yaml @@ -1,8 +1,9 @@ name: Build and push OCI image on: - workflow_dispatch: push: + branches: + - "tests-results" tags: - "**" diff --git a/.gitea/workflows/go-test.yaml b/.gitea/workflows/go-test.yaml index ee4e4e3..ba4c58c 100644 --- a/.gitea/workflows/go-test.yaml +++ b/.gitea/workflows/go-test.yaml @@ -1,7 +1,6 @@ name: Go-Tests on: - workflow_dispatch: pull_request: types: - opened