We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a16f82 commit 27a1738Copy full SHA for 27a1738
2 files changed
.github/workflows/release.yml
@@ -3,7 +3,7 @@ name: Release
3
on:
4
push:
5
branches:
6
- - master
+ - main
7
8
jobs:
9
release:
Makefile
@@ -75,11 +75,11 @@ live-down:
75
76
## -- Misc --
77
78
-## Update repository against origin/master
+## Update repository against origin/main
79
.PHONY: update
80
update:
81
git fetch
82
- git merge --ff-only origin/master
+ git merge --ff-only origin/main
83
84
## How to use this Makefile
85
.PHONY: help
0 commit comments