diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index c5ea5b9..c785704 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -1,10 +1,6 @@ name: Lint on: - push: - branches: - - master - - main pull_request: permissions: @@ -43,4 +39,4 @@ jobs: # args: --timeout=30m --config=/my/path/.golangci.yml --issues-exit-code=0 # Optional: show only new issues if it's a pull request. The default value is `false`. - only-new-issues: true \ No newline at end of file + only-new-issues: true