From 70cee19c367ae60f9a7db0b3c8e26ee356e12bc1 Mon Sep 17 00:00:00 2001 From: Robin Huang Date: Thu, 1 May 2025 00:28:50 -0700 Subject: [PATCH] Change base branch to master. Not main. (#95) --- .github/workflows/update-api-stubs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-api-stubs.yml b/.github/workflows/update-api-stubs.yml index fe9e4cd6a..c99ec9fc1 100644 --- a/.github/workflows/update-api-stubs.yml +++ b/.github/workflows/update-api-stubs.yml @@ -53,4 +53,4 @@ jobs: Generated automatically by the a Github workflow. branch: update-api-stubs delete-branch: true - base: main + base: master