Replace master with main
parent
78c7b21762
commit
91c0cc8840
|
|
@ -49,7 +49,7 @@ jobs:
|
|||
stripGeneratorNotice: "true"
|
||||
maxIssues: 200
|
||||
verbose: true
|
||||
releaseBranch: master # TODO: change to main
|
||||
releaseBranch: main # TODO: change to main
|
||||
dueTag: ${{ github.event.inputs.version }} # all issues up to the current release tag
|
||||
filterByMilestone: false # this requires that we get good at setting milestone when something is actually DONE rather than when we think it'll be done
|
||||
pullRequests: false # only include issues, not PRs, since PRs span multiple repos and are too noisy to include
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ name: Sonar
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- main
|
||||
jobs:
|
||||
build:
|
||||
name: Sonar
|
||||
|
|
|
|||
Loading…
Reference in New Issue