Skip to content

Commit

Permalink
Update sonar.yml
Browse files Browse the repository at this point in the history
Limit next-version release branches to those ending in `.x`
  • Loading branch information
jimschubert committed Jan 26, 2020
1 parent 305b727 commit d8c9f25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sonar.yml
Expand Up @@ -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:
Expand Down

0 comments on commit d8c9f25

Please sign in to comment.