Skip to content

Commit

Permalink
Rename master to main (fixes #14)
Browse files Browse the repository at this point in the history
  • Loading branch information
triskweline committed Feb 12, 2024
1 parent 31fd0fc commit 3588ac2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ name: Tests
on:
push:
branches:
- master
- main
pull_request:
branches:
- master
- main
workflow_dispatch:
branches:
- master
- main
jobs:
test:
runs-on: ubuntu-20.04
Expand Down
2 changes: 1 addition & 1 deletion capybara-lockstep.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Gem::Specification.new do |spec|
spec.metadata["source_code_uri"] = spec.homepage

spec.metadata["bug_tracker_uri"] = "https://github.com/makandra/capybara-lockstep/issues"
spec.metadata["changelog_uri"] = "https://github.com/makandra/capybara-lockstep/blob/master/CHANGELOG.md"
spec.metadata["changelog_uri"] = "https://github.com/makandra/capybara-lockstep/blob/main/CHANGELOG.md"
spec.metadata["rubygems_mfa_required"] = 'true'

# Specify which files should be added to the gem when it is released.
Expand Down

0 comments on commit 3588ac2

Please sign in to comment.