From 431c3a361490a2e3d5ac5d9e08d66d4bb5f3cd2a Mon Sep 17 00:00:00 2001 From: Jay Date: Thu, 5 Feb 2026 19:30:29 +0200 Subject: [PATCH] ci: fix run condition (#7373) * ci: fix run condition * ci: tweak rules * ci: revert change not needed * ci: change build onditions --- .github/workflows/run-ci.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/run-ci.yml b/.github/workflows/run-ci.yml index e01f45bc..9cb8716d 100644 --- a/.github/workflows/run-ci.yml +++ b/.github/workflows/run-ci.yml @@ -2,11 +2,7 @@ name: Continuous integration on: pull_request: - branches: - - "!sponsors" - push: - branches: - - "!sponsors" + types: [opened, synchronize, reopened] permissions: contents: read