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: