Skip to content

Commit

Permalink
chore: rename branch
Browse files Browse the repository at this point in the history
  • Loading branch information
route committed Nov 21, 2022
1 parent 7ace9f6 commit c7dc979
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Tests
on:
push:
branches:
- master
- main
pull_request:

jobs:
Expand Down
2 changes: 1 addition & 1 deletion cuprite.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Gem::Specification.new do |s|
s.metadata = {
"homepage_uri" => "https://cuprite.rubycdp.com/",
"bug_tracker_uri" => "https://github.com/rubycdp/cuprite/issues",
"documentation_uri" => "https://github.com/rubycdp/cuprite/blob/master/README.md",
"documentation_uri" => "https://github.com/rubycdp/cuprite/blob/main/README.md",
"source_code_uri" => "https://github.com/rubycdp/cuprite",
"rubygems_mfa_required" => "true"
}
Expand Down

0 comments on commit c7dc979

Please sign in to comment.