Skip to content

Commit

Permalink
Migrate from master to main (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
liyanchang authored Sep 21, 2020
1 parent 693d0d4 commit 26d5b1a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!--
Thanks for the contrbution! I really appreciate it
Thanks for the contribution! I really appreciate it

FYI Our goals are to keep the API simple and the code fast. If it can be done
with `ToCase` or a custom Caser, it might not be a good fit.
Expand Down
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:
golangci:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gotest.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:
test:
Expand Down

0 comments on commit 26d5b1a

Please sign in to comment.