Update sonar.yml

Limit next-version release branches to those ending in `.x`
This commit is contained in:
Jim Schubert 2020-01-26 11:36:11 -05:00 committed by GitHub
parent 305b7279ee
commit d8c9f25b10
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@ on:
push:
branches:
- master
- '[4-9]+.[0-9]+.[0-9]+'
- '[4-9]+.[0-9]+.x'
jobs:
build: