Skip to content

Commit

Permalink
rename master to main
Browse files Browse the repository at this point in the history
  • Loading branch information
infused committed Dec 28, 2024
1 parent d270d31 commit be814d3
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ name: build

on:
push:
branches: [ master ]
branches: [ main ]
pull_request:
branches: [ master ]
branches: [ main ]

permissions:
contents: read
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Deploy static content to Pages
on:
# Runs on pushes targeting the default branch
push:
branches: ["master"]
branches: ["main"]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ DBF is a small, fast Ruby library for reading dBase, xBase, Clipper, and FoxPro
* Report bugs: <https://github.com/infused/dbf/issues>
* Questions: Email <mailto:keithm@infused.org> and put DBF somewhere in the
subject line
* Change log: <https://github.com/infused/dbf/blob/master/CHANGELOG.md>
* Change log: <https://github.com/infused/dbf/blob/main/CHANGELOG.md>

NOTE: Beginning with version 4.3 we have dropped support for Ruby 3.0 and earlier.

Expand Down
2 changes: 1 addition & 1 deletion doc/file.README.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ <h1 id="label-DBF">DBF</h1>
</li><li>
<p>Questions: Email <a href="mailto:keithm@infused.org">keithm@infused.org</a> and put DBF somewhere in the subject line</p>
</li><li>
<p>Change log: <a href="https://github.com/infused/dbf/blob/master/CHANGELOG.md">github.com/infused/dbf/blob/master/CHANGELOG.md</a></p>
<p>Change log: <a href="https://github.com/infused/dbf/blob/main/CHANGELOG.md">github.com/infused/dbf/blob/main/CHANGELOG.md</a></p>
</li></ul>

<p>NOTE:</p>
Expand Down
2 changes: 1 addition & 1 deletion doc/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ <h1 id="label-DBF">DBF</h1>
</li><li>
<p>Questions: Email <a href="mailto:keithm@infused.org">keithm@infused.org</a> and put DBF somewhere in the subject line</p>
</li><li>
<p>Change log: <a href="https://github.com/infused/dbf/blob/master/CHANGELOG.md">github.com/infused/dbf/blob/master/CHANGELOG.md</a></p>
<p>Change log: <a href="https://github.com/infused/dbf/blob/main/CHANGELOG.md">github.com/infused/dbf/blob/main/CHANGELOG.md</a></p>
</li></ul>

<p>NOTE:</p>
Expand Down

0 comments on commit be814d3

Please sign in to comment.