From 80695d6f40a9ba1376a550e79430340751138b57 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Thu, 18 Jul 2024 18:28:44 +0000 Subject: [PATCH] chore(ci): limit release doctor target branches (#493) --- .github/workflows/release-doctor.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release-doctor.yml b/.github/workflows/release-doctor.yml index 69e85eee..3777d44b 100644 --- a/.github/workflows/release-doctor.yml +++ b/.github/workflows/release-doctor.yml @@ -1,6 +1,8 @@ name: Release Doctor on: pull_request: + branches: + - main workflow_dispatch: jobs: