From 73cbc8f73144ab9c7ad19c263b41e6444b596846 Mon Sep 17 00:00:00 2001 From: RJ Date: Wed, 3 Dec 2025 16:34:39 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=9F=A2=20pr=20check=20on=20any=20opened?= =?UTF-8?q?=20pr?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/pr-checks.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitea/workflows/pr-checks.yml b/.gitea/workflows/pr-checks.yml index 78aa935..2ac1b56 100644 --- a/.gitea/workflows/pr-checks.yml +++ b/.gitea/workflows/pr-checks.yml @@ -2,9 +2,7 @@ name: PR Checks on: pull_request: - branches: - - staging - - main + types: [opened, synchronize, reopened, ready_for_review] jobs: lint-and-build: