From: Sofie Van Landeghem Date: Mon, 18 May 2026 12:47:57 +0000 (+0200) Subject: 👷 Fix branch name in `guard-dependencies.yml` (#1916) X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=59bc548f104bfbf6d29c2398d87e11675b7e1df2;p=thirdparty%2Ffastapi%2Fsqlmodel.git 👷 Fix branch name in `guard-dependencies.yml` (#1916) --- 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