Skip to content

Commit

Permalink
build: switch to main as default branch
Browse files Browse the repository at this point in the history
  • Loading branch information
darthtrevino committed Jun 15, 2020
1 parent 1699540 commit e6abf4f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Deploy to GitHub Pages
on:
push:
branches:
- master
- main

jobs:
build-deploy:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[![Build Status](https://img.shields.io/endpoint.svg?url=https%3A%2F%2Factions-badge.atrox.dev%2Fmicrosoft%2Fchart-parts%2Fbadge%3Fref%3Dmaster&style=flat)](https://actions-badge.atrox.dev/microsoft/chart-parts/goto?ref=master)
[![codecov](https://codecov.io/gh/microsoft/chart-parts/branch/master/graph/badge.svg)](https://codecov.io/gh/microsoft/chart-parts)
[![Build Status](https://img.shields.io/endpoint.svg?url=https%3A%2F%2Factions-badge.atrox.dev%2Fmicrosoft%2Fchart-parts%2Fbadge%3Fref%3Dmain&style=flat)](https://actions-badge.atrox.dev/microsoft/chart-parts/goto?ref=main)
[![codecov](https://codecov.io/gh/microsoft/chart-parts/branch/main/graph/badge.svg)](https://codecov.io/gh/microsoft/chart-parts)

![chart-parts logo](./assets/logo/logo-nobg-scaled.png)

Expand Down
7 changes: 6 additions & 1 deletion packages/docs/examplesmobile/.gitattributes
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
* text eol=lf
*.js text eol=lf
*.jsx text eol=lf
*.json text eol=lf
*.ts text eol=lf
*.tsx text eol=lf
*.md text eol=lf
*.pbxproj -text

0 comments on commit e6abf4f

Please sign in to comment.