mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-07-03 06:00:52 +00:00
Update sonar.yml
Limit next-version release branches to those ending in `.x`
This commit is contained in:
parent
305b7279ee
commit
d8c9f25b10
2
.github/workflows/sonar.yml
vendored
2
.github/workflows/sonar.yml
vendored
@ -3,7 +3,7 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
- '[4-9]+.[0-9]+.[0-9]+'
|
- '[4-9]+.[0-9]+.x'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user