From c7894c5768a33665558a9134a407f22e1696685f Mon Sep 17 00:00:00 2001 From: Leo Antoli <430982+lantoli@users.noreply.github.com> Date: Thu, 26 Jun 2025 07:49:28 +0200 Subject: [PATCH] notify to Docs team if PR is to master --- .github/workflows/notify-docs-team.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/notify-docs-team.yml b/.github/workflows/notify-docs-team.yml index b2943efeb9..e7e36bf008 100644 --- a/.github/workflows/notify-docs-team.yml +++ b/.github/workflows/notify-docs-team.yml @@ -6,7 +6,8 @@ on: jobs: check: - if: github.event.pull_request.draft == false + # Docs team review only for PRs to master branch + if: ${{ github.event.pull_request.draft == false && github.event.pull_request.base.ref == 'master' }} runs-on: ubuntu-latest outputs: files: ${{ steps.changes.outputs.files }}