From 7367a6ceb6cbadc4f8a3230cf76d0756d21fb1dc Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Fri, 20 Sep 2024 03:24:05 +0000 Subject: [PATCH] feat(api): point Go at the `develop` branch (#3203) --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8447e148a1a..8b4d63c5ef4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,10 +2,10 @@ name: CI on: push: branches: - - v2 + - develop pull_request: branches: - - v2 + - develop - next jobs: