From fba0a027dd2ae6bd5dff32eb6051a99dc7092fd7 Mon Sep 17 00:00:00 2001 From: Michael Fletcher Date: Wed, 3 Jun 2026 13:11:24 +0100 Subject: [PATCH] PLEX-3005 Run PR CI for capabilities-development PRs targeting capabilities-development never ran the required ci-lint / ci-test-* checks (the workflow only triggered for main and releases), so they could never satisfy branch protection or enter the merge queue. Add capabilities-development to the pull_request branch filter. --- .github/workflows/pull-request-main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pull-request-main.yml b/.github/workflows/pull-request-main.yml index f735cca6..9b33355b 100644 --- a/.github/workflows/pull-request-main.yml +++ b/.github/workflows/pull-request-main.yml @@ -6,6 +6,7 @@ on: branches: - main - "releases/**" + - capabilities-development env: # Ensure that a cached go version is used: