From 433cd8408737d2d32da4f21d060d3c49c62e95c0 Mon Sep 17 00:00:00 2001 From: Marco Pasqualetti Date: Sun, 8 Feb 2026 03:00:35 +0100 Subject: [PATCH] ci: remove `monorepo` branch from `pull_request.branches` --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8cbc5279..81cec19c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,6 @@ on: pull_request: branches: - master - - monorepo # to be removed once we complete monorepo tasks permissions: {}