Skip to content

Commit

Permalink
Rename master branch to main
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristophB committed Oct 8, 2024
1 parent 90cd94b commit c90cbfd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: GitHub Pages
on:
push:
branches:
- master
- main

jobs:
deploy:
Expand Down Expand Up @@ -35,7 +35,7 @@ jobs:

- name: Deploy
uses: peaceiris/actions-gh-pages@v3
if: ${{ github.ref == 'refs/heads/master' }}
if: ${{ github.ref == 'refs/heads/main' }}
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./dist/spa
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# growth-js

[![GitHub Pages](https://github.com/CrescNet/growth-js/actions/workflows/gh-pages.yml/badge.svg?branch=master)](https://crescnet.github.io/growth-js)
[![GitHub Pages](https://github.com/CrescNet/growth-js/actions/workflows/gh-pages.yml/badge.svg?branch=main)](https://crescnet.github.io/growth-js)

## Description
This single-site application visualizes child growth data using Chart.js. Users can choose from multiple reference values.
Expand Down

0 comments on commit c90cbfd

Please sign in to comment.