Skip to content

Commit

Permalink
ci: Fix promtail windows test github action (#12671)
Browse files Browse the repository at this point in the history
Signed-off-by: Michel Hollands <[email protected]>
Signed-off-by: Callum Styan <[email protected]>
Co-authored-by: Callum Styan <[email protected]>
  • Loading branch information
MichelHollands and cstyan authored Apr 18, 2024
1 parent e891ffe commit c4724cd
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/promtail-windows-test.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit c4724cd

Please sign in to comment.