Skip to content

Commit 09bd1db

Browse files
committed
chore: rename to main branch
1 parent dc90c17 commit 09bd1db

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

.github/workflows/ci.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Goose CI
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77
pull_request:
88

99
concurrency:
@@ -45,13 +45,13 @@ jobs:
4545
go build ./...
4646
make test-packages
4747
- 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'
4949
uses: goreleaser/goreleaser-action@v6
5050
with:
5151
install-only: true
5252
distribution: goreleaser
5353
version: "~> v2"
5454
- 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'
5656
run: |
5757
goreleaser release --skip=publish --snapshot --fail-fast --clean

.github/workflows/integration.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Goose integration tests
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77
pull_request:
88

99
concurrency:

.github/workflows/lint.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ name: golangci
33
on:
44
push:
55
branches:
6-
- master
76
- main
87
pull_request:
98

0 commit comments

Comments
 (0)