Skip to content

Commit

Permalink
Rename branch master to main
Browse files Browse the repository at this point in the history
  • Loading branch information
epistrephein committed Dec 20, 2023
1 parent c17e5e4 commit 4ba6cba
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/master.yml → .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: master
name: main

on:
push:
branches:
- master
- main

jobs:
build:
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Rubies [![CI](https://github.com/epistrephein/rubies/actions/workflows/master.yml/badge.svg?branch=master)](https://github.com/epistrephein/rubies/actions/workflows/master.yml)
# Rubies [![CI](https://github.com/epistrephein/rubies/actions/workflows/main.yml/badge.svg?branch=main)](https://github.com/epistrephein/rubies/actions/workflows/main.yml)

A Sinatra API interface to Ruby versions, releases and branches.

Expand Down Expand Up @@ -206,7 +206,7 @@ HTTP/1.1 404 Not Found
Bug reports and pull requests are welcome on [GitHub](https://github.com/epistrephein/rubies).

This project is intended to be a safe, welcoming space for collaboration,
and contributors are expected to adhere to the [Code of Conduct](https://github.com/epistrephein/rubies/blob/master/CODE_OF_CONDUCT.md).
and contributors are expected to adhere to the [Code of Conduct](https://github.com/epistrephein/rubies/blob/main/CODE_OF_CONDUCT.md).

You can contribute changes by forking the project and submitting a pull request. To get started:

Expand All @@ -220,4 +220,4 @@ You can contribute changes by forking the project and submitting a pull request.

## License

This project is released as open source under the terms of the [MIT License](https://github.com/epistrephein/rubies/blob/master/LICENSE).
This project is released as open source under the terms of the [MIT License](https://github.com/epistrephein/rubies/blob/main/LICENSE).

0 comments on commit 4ba6cba

Please sign in to comment.