From 6b1c98de8b7e35fe182f0c3812cc9f764a376bb8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Wed, 14 Apr 2021 18:08:10 +0200 Subject: [PATCH] Docs: Sync release branch with latest docs (#32986) * Docs: Sync release branch with latest docs * Fixed what branch to update --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 3e47fcbac05..73f5fbb6848 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -3,7 +3,7 @@ name: publish_docs on: push: branches: - - master + - v7.5.x paths: - 'docs/sources/**' - 'packages/grafana-*/**'