Skip to content

Commit

Permalink
Fix default branch name to main
Browse files Browse the repository at this point in the history
  • Loading branch information
obscurerichard committed Jan 3, 2025
1 parent f1ea253 commit 850b219
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Build Deploy and Test Latest
on:
push:
branches:
- 'master'
- 'main'

jobs:

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ cp .env $HOME/backups/.env-$(date +'%Y-%m-%d')
vim /opt/compose/.env
```

* Delete all the data in the following MySQL tables: (see [freezing/sql/year-start.sql](https://github.com/freezingsaddles/freezing-web/blob/master/freezing/sql/year-start.sql))
* Delete all the data in the following MySQL tables: (see [freezing/sql/year-start.sql](https://github.com/freezingsaddles/freezing-web/blob/main/freezing/sql/year-start.sql))
* athletes
* rides
* ride_efforts
Expand Down
2 changes: 1 addition & 1 deletion freezing/web/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@
<div class="text-center text-md-start">
<a href="https://github.com/freezingsaddles/" rel="noreferrer">Freezing Saddles software is available on Github</a>
<br>
under an <a href="https://github.com/freezingsaddles/freezing-web/blob/master/LICENSE"
under an <a href="https://github.com/freezingsaddles/freezing-web/blob/main/LICENSE"
rel="noreferrer">Apache 2.0 open source license</a>.
<br>
Inspired by <a href="https://github.com/ronwalf/ba-winter-challenge"
Expand Down

0 comments on commit 850b219

Please sign in to comment.