From ed48f94bfc342f64bd3acbaef8612810c3e02000 Mon Sep 17 00:00:00 2001 From: Patrice Ferlet Date: Tue, 19 Aug 2025 17:14:33 +0200 Subject: [PATCH] Add events --- .gitea/workflows/go-test.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitea/workflows/go-test.yaml b/.gitea/workflows/go-test.yaml index bdceaa6..4fcc4cc 100644 --- a/.gitea/workflows/go-test.yaml +++ b/.gitea/workflows/go-test.yaml @@ -1,6 +1,10 @@ name: Go-Tests on: + pull_request: + types: + - opened + - edited push: branches: - "**"