Replace master with main

pull/4/head
Sergii Kabashniuk 2021-05-21 08:05:25 +03:00
parent 78c7b21762
commit 91c0cc8840
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -2,7 +2,7 @@ name: Sonar
on:
push:
branches:
- master
- main
jobs:
build:
name: Sonar