Skip to content

Commit ad2e07e

Browse files
author
lisa-sigsci
committed
Renamed master to main
1 parent a9a116b commit ad2e07e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: sigsci-module-golang
22
on:
33
push:
44
branches:
5-
- master
5+
- main
66
pull_request:
77

88

@@ -24,7 +24,7 @@ jobs:
2424
- name: build
2525
run: ./scripts/build.sh
2626
- name: upload
27-
if: ${{ github.ref == '/refs/heads/master' }}
27+
if: ${{ github.ref == '/refs/heads/main' }}
2828
run: |
2929
aws ecr get-login-password --region us-west-2 | docker login --username AWS --password-stdin 803688608479.dkr.ecr.us-west-2.amazonaws.com
3030
./upload.sh

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Effective **May 17th 2021** the default branch will change from `master` to `mai
1616
git branch -m master main
1717
git fetch origin
1818
git branch -u origin/main main
19-
git remote set-head origin -
19+
git remote set-head origin -a
2020
```
2121

2222
## Installation

0 commit comments

Comments
 (0)