Skip to content

Commit

Permalink
Rename master branch to main
Browse files Browse the repository at this point in the history
  • Loading branch information
core23 committed Jun 28, 2020
1 parent 7baadca commit 1f83371
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repository:
topics: symfony, symfony-bundle, bundle, php, lastfm, api, webservice-client

branches:
- name: master
- name: main
protection:
enforce_admins: false
required_status_checks:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
pull_request:
push:
branches:
- master
- main
tags:
- "**"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Release Drafter
on:
push:
branches:
- master
- main

jobs:
update_release_draft:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ NucleosLastFmBundle
[![Daily Downloads](https://poser.pugx.org/nucleos/lastfm-bundle/d/daily)](https://packagist.org/packages/nucleos/lastfm-bundle)

[![Continuous Integration](https://github.com/nucleos/NucleosLastFmBundle/workflows/Continuous%20Integration/badge.svg)](https://github.com/nucleos/NucleosLastFmBundle/actions)
[![Code Coverage](https://codecov.io/gh/nucleos/NucleosLastFmBundle/branch/master/graph/badge.svg)](https://codecov.io/gh/nucleos/NucleosLastFmBundle)
[![Code Coverage](https://codecov.io/gh/nucleos/NucleosLastFmBundle/branch/main/graph/badge.svg)](https://codecov.io/gh/nucleos/NucleosLastFmBundle)

This bundle provides a wrapper for using the [Last.fm API] inside symfony.

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
"dev-main": "1.x-dev"
}
},
"autoload": {
Expand Down

0 comments on commit 1f83371

Please sign in to comment.