From a4a0da926adbc5531059be59a2e0759dcd5cfca7 Mon Sep 17 00:00:00 2001 From: Alex Palesandro Date: Wed, 23 Jun 2021 16:49:03 +0200 Subject: [PATCH] Disable Linting on branch master and releases --- .github/workflows/lint.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 2ec7c7c841..ca80bfedc3 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -1,10 +1,5 @@ name: Linting on: - push: - tags: - - v* - branches: - - master pull_request: jobs: golangci: