From 1ad22f96da371da660b870b277d29f41ad517e21 Mon Sep 17 00:00:00 2001 From: Hendrik Schlehlein Date: Sat, 27 Jan 2024 02:04:27 +0000 Subject: [PATCH] fix: linter --- .github/workflows/lint.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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