File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: sigsci-module-golang
2
2
on :
3
3
push :
4
4
branches :
5
- - master
5
+ - main
6
6
pull_request :
7
7
8
8
24
24
- name : build
25
25
run : ./scripts/build.sh
26
26
- name : upload
27
- if : ${{ github.ref == '/refs/heads/master ' }}
27
+ if : ${{ github.ref == '/refs/heads/main ' }}
28
28
run : |
29
29
aws ecr get-login-password --region us-west-2 | docker login --username AWS --password-stdin 803688608479.dkr.ecr.us-west-2.amazonaws.com
30
30
./upload.sh
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Effective **May 17th 2021** the default branch will change from `master` to `mai
16
16
git branch -m master main
17
17
git fetch origin
18
18
git branch -u origin/main main
19
- git remote set-head origin -
19
+ git remote set-head origin -a
20
20
```
21
21
22
22
## Installation
You can’t perform that action at this time.
0 commit comments