From ea9016533f9643670295b556f3cf3edba50c6b23 Mon Sep 17 00:00:00 2001 From: macniel Date: Thu, 25 Sep 2025 17:46:32 +0200 Subject: [PATCH] adds additional type on pullrequest to capture changes in a pr --- .gitea/workflows/pullrequest.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/pullrequest.yaml b/.gitea/workflows/pullrequest.yaml index c9cb1338..365565a3 100644 --- a/.gitea/workflows/pullrequest.yaml +++ b/.gitea/workflows/pullrequest.yaml @@ -2,7 +2,7 @@ name: Gitea Actions Demo run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 on: pull_request: - types: [opened] + types: [synchronize] jobs: testing: