From 89262ab96587075d70b55733905fe5dd6c825dc8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Attila=20M=C3=A9sz=C3=A1ros?= Date: Wed, 7 Jan 2026 09:15:36 +0100 Subject: [PATCH] improve: run PRs for every branch MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Not sure why it seemed to be a good idea ti limit this on certain branches, with this PR we will run the workflow all the time, it helps especially with PRs on which we work together, and other may target branches of a PR with new additions. Signed-off-by: Attila Mészáros --- .github/workflows/pr.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index e889a0be13..7a5964ba35 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -11,7 +11,6 @@ on: paths-ignore: - 'docs/**' - 'adr/**' - branches: [ main, v1, v2, v3, next ] workflow_dispatch: jobs: check_format_and_unit_tests: