From e4a77e6c9b065ed4784e38366ed2162fe084a609 Mon Sep 17 00:00:00 2001 From: Artem Belik Date: Thu, 2 Jul 2026 16:21:25 +0300 Subject: [PATCH 1/2] chore: trigger pr-docs-preview on version branches (#DS-4784) --- .github/workflows/pr-docs-preview.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pr-docs-preview.yml b/.github/workflows/pr-docs-preview.yml index 783b50864..da5f7f8a5 100644 --- a/.github/workflows/pr-docs-preview.yml +++ b/.github/workflows/pr-docs-preview.yml @@ -4,6 +4,7 @@ on: pull_request: branches: - main + - '[0-9]+.x' # matches version branches like 18.x, 19.x, etc. permissions: checks: write From 2e71675802892a57cba9fd1df7752e5773ddae96 Mon Sep 17 00:00:00 2001 From: Artem Belik Date: Thu, 2 Jul 2026 17:08:16 +0300 Subject: [PATCH 2/2] refactor: review --- .github/workflows/pr-docs-preview.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-docs-preview.yml b/.github/workflows/pr-docs-preview.yml index da5f7f8a5..a23287a0d 100644 --- a/.github/workflows/pr-docs-preview.yml +++ b/.github/workflows/pr-docs-preview.yml @@ -4,7 +4,7 @@ on: pull_request: branches: - main - - '[0-9]+.x' # matches version branches like 18.x, 19.x, etc. + - '[0-9][0-9].x' # matches version branches like 18.x, 19.x, etc. permissions: checks: write