File tree 3 files changed +4
-5
lines changed
3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Goose CI
3
3
on :
4
4
push :
5
5
branches :
6
- - master
6
+ - main
7
7
pull_request :
8
8
9
9
concurrency :
@@ -45,13 +45,13 @@ jobs:
45
45
go build ./...
46
46
make test-packages
47
47
- name : Install GoReleaser
48
- if : github.event_name == 'push' && github.ref == 'refs/heads/master ' && matrix.go-version == 'stable'
48
+ if : github.event_name == 'push' && github.ref == 'refs/heads/main ' && matrix.go-version == 'stable'
49
49
uses : goreleaser/goreleaser-action@v6
50
50
with :
51
51
install-only : true
52
52
distribution : goreleaser
53
53
version : " ~> v2"
54
54
- name : Gorelease dry-run
55
- if : github.event_name == 'push' && github.ref == 'refs/heads/master ' && matrix.go-version == 'stable'
55
+ if : github.event_name == 'push' && github.ref == 'refs/heads/main ' && matrix.go-version == 'stable'
56
56
run : |
57
57
goreleaser release --skip=publish --snapshot --fail-fast --clean
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Goose integration tests
3
3
on :
4
4
push :
5
5
branches :
6
- - master
6
+ - main
7
7
pull_request :
8
8
9
9
concurrency :
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ name: golangci
3
3
on :
4
4
push :
5
5
branches :
6
- - master
7
6
- main
8
7
pull_request :
9
8
You can’t perform that action at this time.
0 commit comments