From d8c9f25b1075b2325cf078827b3f3643d98c445c Mon Sep 17 00:00:00 2001 From: Jim Schubert Date: Sun, 26 Jan 2020 11:36:11 -0500 Subject: [PATCH] Update sonar.yml Limit next-version release branches to those ending in `.x` --- .github/workflows/sonar.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sonar.yml b/.github/workflows/sonar.yml index dbe6db54b6e..823768c7fcb 100644 --- a/.github/workflows/sonar.yml +++ b/.github/workflows/sonar.yml @@ -3,7 +3,7 @@ on: push: branches: - master - - '[4-9]+.[0-9]+.[0-9]+' + - '[4-9]+.[0-9]+.x' jobs: build: