Skip to content

Commit

Permalink
Rename master to main
Browse files Browse the repository at this point in the history
  • Loading branch information
pcriv committed Sep 21, 2023
1 parent d7f2acc commit 756e5c4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: CI

on: [push]
on:
- push

jobs:
test:
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ appreciated. The following sections detail what you need to know in order to con
## Code

0. Read the project README before starting.
0. Fork the `master` branch of this repository and clone the fork locally.
0. Fork the `main` branch of this repository and clone the fork locally.
0. Ensure there are no setup, usage, and/or test issues.
0. Add tests for new functionality and ensure they pass.
0. Submit a pull request, follow the instructions it provides, and ensure the build passes.
Expand Down
2 changes: 1 addition & 1 deletion smuggle.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Gem::Specification.new do |spec|
spec.version = Smuggle::VERSION
spec.metadata = {
"bug_tracker_uri" => "https://github.com/pcriv/smuggle/issues",
"changelog_uri" => "https://github.com/pcriv/smuggle/blob/master/CHANGELOG.md",
"changelog_uri" => "https://github.com/pcriv/smuggle/blob/main/CHANGELOG.md",
"source_code_uri" => "https://github.com/pcriv/smuggle"
}
spec.extra_rdoc_files = Dir["README*", "LICENSE*"]
Expand Down

0 comments on commit 756e5c4

Please sign in to comment.