chore: rename to main branch

pull/892/head
Mike Fridman 2025-01-29 08:14:50 -05:00
parent dc90c17981
commit 09bd1db8c6
No known key found for this signature in database
3 changed files with 4 additions and 5 deletions

View File

@ -3,7 +3,7 @@ name: Goose CI
on:
push:
branches:
- master
- main
pull_request:
concurrency:
@ -45,13 +45,13 @@ jobs:
go build ./...
make test-packages
- name: Install GoReleaser
if: github.event_name == 'push' && github.ref == 'refs/heads/master' && matrix.go-version == 'stable'
if: github.event_name == 'push' && github.ref == 'refs/heads/main' && matrix.go-version == 'stable'
uses: goreleaser/goreleaser-action@v6
with:
install-only: true
distribution: goreleaser
version: "~> v2"
- name: Gorelease dry-run
if: github.event_name == 'push' && github.ref == 'refs/heads/master' && matrix.go-version == 'stable'
if: github.event_name == 'push' && github.ref == 'refs/heads/main' && matrix.go-version == 'stable'
run: |
goreleaser release --skip=publish --snapshot --fail-fast --clean

View File

@ -3,7 +3,7 @@ name: Goose integration tests
on:
push:
branches:
- master
- main
pull_request:
concurrency:

View File

@ -3,7 +3,6 @@ name: golangci
on:
push:
branches:
- master
- main
pull_request: