]> git.ipfire.org Git - thirdparty/fastapi/sqlmodel.git/commitdiff
👷 Fix branch name in `guard-dependencies.yml` (#1916)
authorSofie Van Landeghem <svlandeg@users.noreply.github.com>
Mon, 18 May 2026 12:47:57 +0000 (14:47 +0200)
committerGitHub <noreply@github.com>
Mon, 18 May 2026 12:47:57 +0000 (14:47 +0200)
.github/workflows/guard-dependencies.yml

index c3f97c37525a6d1f942680eb0f8a20be8ac338f2..11bbf09b5e073869363186a468b38af280ebce91 100644 (file)
@@ -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