From 8227efa405fbc2588d1a2950337ba993e3c2e0ff Mon Sep 17 00:00:00 2001 From: enes Date: Tue, 6 Aug 2024 17:44:50 +0200 Subject: [PATCH] ci: add synchronize to PR triggers --- .gitea/workflows/staging-pull-request.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/staging-pull-request.yaml b/.gitea/workflows/staging-pull-request.yaml index c541cff..2bebcd4 100644 --- a/.gitea/workflows/staging-pull-request.yaml +++ b/.gitea/workflows/staging-pull-request.yaml @@ -1,7 +1,7 @@ name: Open PR on Staging on: pull_request: - types: [opened, edited] + types: [opened, edited, synchronize] branches: - staging