From 2f26e7dae973fd9e98d8415223b661cf431a0b37 Mon Sep 17 00:00:00 2001 From: Michele Dolfi Date: Fri, 18 Oct 2024 06:41:27 +0200 Subject: [PATCH] add synchronize event for forks Signed-off-by: Michele Dolfi --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a1ceca81..051c30aa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,7 +2,7 @@ name: "Run CI" on: pull_request: - types: [opened, reopened] + types: [opened, reopened, synchronize] push: branches: - "**"