diff --git a/.github/workflows/go-1.24.yml b/.github/workflows/go-1.24.yml index bd76d53..16e4872 100644 --- a/.github/workflows/go-1.24.yml +++ b/.github/workflows/go-1.24.yml @@ -5,7 +5,7 @@ name: Go on: push: - branches: [ "master" ] + branches: [ "main" ] pull_request: jobs: diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 78dd519..b579e94 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -5,7 +5,7 @@ name: Go on: push: - branches: [ "master" ] + branches: [ "main" ] pull_request: jobs: