Skip to content

Commit 27a1738

Browse files
committed
chore(Git): Switch default branch to main
1 parent 0a16f82 commit 27a1738

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Release
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77

88
jobs:
99
release:

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,11 @@ live-down:
7575

7676
## -- Misc --
7777

78-
## Update repository against origin/master
78+
## Update repository against origin/main
7979
.PHONY: update
8080
update:
8181
git fetch
82-
git merge --ff-only origin/master
82+
git merge --ff-only origin/main
8383

8484
## How to use this Makefile
8585
.PHONY: help

0 commit comments

Comments
 (0)