Skip to content

Commit

Permalink
Merge pull request #49 from wandersonwhcr/issue-46
Browse files Browse the repository at this point in the history
Use main Branch
  • Loading branch information
wandersonwhcr authored Mar 18, 2021
2 parents 06ad4cb + aa61ef7 commit fe09d21
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Test

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

jobs:
test:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

A Simple PHP Roman Numerals Library

[![Build Status](https://travis-ci.org/wandersonwhcr/romans.svg?branch=master)](https://travis-ci.org/wandersonwhcr/romans)
[![Build Status](https://github.com/wandersonwhcr/romans/actions/workflows/test.yml/badge.svg?branch=main)](https://travis-ci.org/wandersonwhcr/romans)
[![Latest Stable Version](https://poser.pugx.org/wandersonwhcr/romans/v/stable?format=flat)](https://packagist.org/packages/wandersonwhcr/romans)
[![License](https://poser.pugx.org/wandersonwhcr/romans/license?format=flat)](https://packagist.org/packages/wandersonwhcr/romans)

Expand Down Expand Up @@ -217,4 +217,4 @@ g -> f | Nz | Mg
## License

This package is opensource and available under license MIT described in
[LICENSE](https://github.com/wandersonwhcr/romans/blob/master/LICENSE).
[LICENSE](https://github.com/wandersonwhcr/romans/blob/main/LICENSE).

0 comments on commit fe09d21

Please sign in to comment.