chore(repo): rename default branch to main

This commit is contained in:
Julian Tölle 2022-06-25 15:30:08 +02:00
parent 0a64df293b
commit 20d013c697
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@ name: Release
on:
push:
branches:
- master
- main
jobs:
release:
name: Release

View file

@ -1,7 +1,7 @@
import React from "react";
const REPO_URL = "https://github.com/apricote/Listory";
const CHANGELOG_URL = `${REPO_URL}/blob/master/CHANGELOG.md`;
const CHANGELOG_URL = `${REPO_URL}/blob/main/CHANGELOG.md`;
const VERSION = process.env.REACT_APP_VERSION || "Unknown";