Skip to content

Commit

Permalink
replace a few missed master lines
Browse files Browse the repository at this point in the history
Signed-off-by: Justin Kolberg <[email protected]>
  • Loading branch information
amdprophet committed Oct 13, 2020
1 parent 6bd6b0a commit 591c5da
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ clone_folder: c:\gopath\src\github.com\sensu\sensu-go

branches:
only:
- master
- main

image:
- Visual Studio 2015
Expand Down
8 changes: 4 additions & 4 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
## Does your change need a Changelog entry?

<!--
Spoiler alert, it probably does. Generally speaking, your change needs a changelog. For more information, see [CONTRIBUTING.md](https://github.com/sensu/sensu-go/blob/master/CONTRIBUTING.md#changelog).
Spoiler alert, it probably does. Generally speaking, your change needs a changelog. For more information, see [CONTRIBUTING.md](https://github.com/sensu/sensu-go/blob/main/CONTRIBUTING.md#changelog).
-->

## Do you need clarification on anything?
Expand Down Expand Up @@ -50,7 +50,7 @@ The corresponding sensu-go-qa-crucible PR or issue should be linked here.
## Is this change a patch?

<!--
If so, you should be submitting this against the current release branch. Remember to merge the release branch back into master after merging this patch!
If so, you should be submitting this against the current release branch. Remember to merge the release branch back into main after merging this patch!
If not, this feature work can go directly into the master branch.
-->
If not, this feature work can go directly into the main branch.
-->
2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
tags:
- v*
branches:
- master
- main
pull_request:
jobs:
lint:
Expand Down

0 comments on commit 591c5da

Please sign in to comment.