Skip to content
This repository has been archived by the owner on May 5, 2022. It is now read-only.

Commit

Permalink
chore: update references of master to main
Browse files Browse the repository at this point in the history
  • Loading branch information
cecilia-sanare committed Jul 5, 2021
1 parent eff2082 commit 7ab7c6d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: CI
on:
push:
branches:
- master
- main
pull_request:
branches:
- master
- main

jobs:
install:
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
name: Release
runs-on: ubuntu-18.04
needs: [validate]
if: github.ref == 'refs/heads/master'
if: github.ref == 'refs/heads/main'

steps:
- name: Checkout
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,10 +132,10 @@ THE SOFTWARE.
[npm-downloads-image]: http://img.shields.io/npm/dm/dry-parser.svg?style=flat
[npm-url]: https://npmjs.org/package/dry-parser

[github-actions-image]: https://github.com/salte-io/dry-parser/actions/workflows/ci.yml/badge.svg?branch=master
[github-actions-image]: https://github.com/salte-io/dry-parser/actions/workflows/ci.yml/badge.svg?branch=main
[github-actions-url]: https://github.com/salte-io/dry-parser/actions/workflows/ci.yml

[coveralls-image]: https://img.shields.io/coveralls/salte-io/dry-parser/master.svg
[coveralls-image]: https://img.shields.io/coveralls/salte-io/dry-parser/main.svg
[coveralls-url]: https://coveralls.io/github/salte-io/dry-parser

[semantic-release-url]: https://github.com/semantic-release/semantic-release
Expand Down

0 comments on commit 7ab7c6d

Please sign in to comment.