From c4724cd51d78e303878d7575b32b8791f7cb0e05 Mon Sep 17 00:00:00 2001 From: Michel Hollands <42814411+MichelHollands@users.noreply.github.com> Date: Thu, 18 Apr 2024 17:58:39 +0100 Subject: [PATCH] ci: Fix promtail windows test github action (#12671) Signed-off-by: Michel Hollands Signed-off-by: Callum Styan Co-authored-by: Callum Styan --- .github/workflows/promtail-windows-test.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/promtail-windows-test.yml b/.github/workflows/promtail-windows-test.yml index 2a8f1d93ad273..cb47ae2831612 100644 --- a/.github/workflows/promtail-windows-test.yml +++ b/.github/workflows/promtail-windows-test.yml @@ -1,8 +1,10 @@ name: Promtail Windows Test on: pull_request: - tags: ['v[0-9].[0-9]+.[0-9]+'] - branches: [main, k*] + branches: ["main", "k*", "release-[0-9]+.[0-9]+.x"] + push: + tags: ['v[0-9].[0-9]+.[0-9]+'] + branches: ["main", "k*", "release-[0-9]+.[0-9]+.x"] jobs: build: runs-on: windows-latest