diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index d17460d..f0a641b 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -2,9 +2,9 @@ name: Go on: push: - branches: [ master ] + branches: [ main ] pull_request: - branches: [ master ] + branches: [ main ] jobs: diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5edb155..b3a6f6e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -5,7 +5,6 @@ on: tags: - v* branches: - - master - main pull_request: