diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 82145de4..8ed03e9b 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -2,9 +2,9 @@ name: lint on: push: - branches: [ master ] + branches: [ main ] pull_request: - branches: [ master ] + branches: [ main ] jobs: golangci-lint: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 66bf16db..f4f58f10 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -2,9 +2,9 @@ name: test on: push: - branches: [ master ] + branches: [ main ] pull_request: - branches: [ master ] + branches: [ main ] jobs: test: