From 59bc548f104bfbf6d29c2398d87e11675b7e1df2 Mon Sep 17 00:00:00 2001 From: Sofie Van Landeghem Date: Mon, 18 May 2026 14:47:57 +0200 Subject: [PATCH] =?utf8?q?=F0=9F=91=B7=20Fix=20branch=20name=20in=20`guard?= =?utf8?q?-dependencies.yml`=20(#1916)?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- .github/workflows/guard-dependencies.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/guard-dependencies.yml b/.github/workflows/guard-dependencies.yml index c3f97c375..11bbf09b5 100644 --- a/.github/workflows/guard-dependencies.yml +++ b/.github/workflows/guard-dependencies.yml @@ -2,7 +2,7 @@ name: Guard Dependencies on: pull_request_target: # zizmor: ignore[dangerous-triggers] -- This workflow only reads context.payload metadata, never checks out PR code - branches: [master] + branches: [main] paths: - pyproject.toml - uv.lock -- 2.47.3