From ea2a7a4068daf0868feefd2ef08dce40a6c58fa4 Mon Sep 17 00:00:00 2001 From: "Grot (@grafanabot)" <43478413+grafanabot@users.noreply.github.com> Date: Fri, 9 Dec 2022 19:19:07 +0000 Subject: [PATCH] [v9.3.x] Fix branch filter for release workflows (#60124) Fix branch filter for release workflows (#59963) Ensures the workflow is run on every push to all version branches. This was thought to be working because it was tested with a manual dispatch, however, that trigger does not consider filters and was not an accurate test. Signed-off-by: Jack Baldry Signed-off-by: Jack Baldry (cherry picked from commit 6f9ee7acf9a8fee8b4a55af94d9dfccced55032c) Co-authored-by: Jack Baldry --- .github/workflows/publish-technical-documentation-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-technical-documentation-release.yml b/.github/workflows/publish-technical-documentation-release.yml index 2e795855dac..2eb005e6ff8 100644 --- a/.github/workflows/publish-technical-documentation-release.yml +++ b/.github/workflows/publish-technical-documentation-release.yml @@ -3,7 +3,7 @@ name: "publish-technical-documentation-release" on: push: branches: - - v[0-9]+.[0-9]+.[0-9]+ + - v[0-9]+.[0-9]+.x tags: - v[0-9]+.[0-9]+.[0-9]+ paths: