From 3ed2f7a052aa14a5332e3f3b2ce9843d0be71714 Mon Sep 17 00:00:00 2001 From: Alex Matsuev Date: Mon, 24 Nov 2025 11:39:45 +0300 Subject: [PATCH] Update actions --- .gitea/workflows/test-action.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/test-action.yaml b/.gitea/workflows/test-action.yaml index 7170ce1..d4e14f3 100644 --- a/.gitea/workflows/test-action.yaml +++ b/.gitea/workflows/test-action.yaml @@ -1,5 +1,9 @@ name: "Test Go Action" -on: [push] +on: + issues: + types: + - opened + jobs: use-go-action: runs-on: golang