From: Matt Joiner Date: Thu, 19 Aug 2021 06:12:28 +0000 (+1000) Subject: Change linter workflow branches and name X-Git-Tag: v1.30.3 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=5bcce95bbfc48f9da40c29ae366c9e5c698162ba;p=btrtrc.git Change linter workflow branches and name --- diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index 55450ffe..bc3a7d35 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -1,10 +1,6 @@ -name: Linter +name: GolangCI-Lint -on: - push: - branches: [ master ] - pull_request: - branches: [ master ] +on: [push, pull_request] jobs: golint: