Change linter workflow branches and name

This commit is contained in:
Matt Joiner 2021-08-19 16:12:28 +10:00
parent 72c74f7800
commit 5bcce95bbf
1 changed files with 2 additions and 6 deletions

View File

@ -1,10 +1,6 @@
name: Linter
name: GolangCI-Lint
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
on: [push, pull_request]
jobs:
golint: