Don't run linter on master branch
Super unimpressed with this pedantic rubbish. PRs to adjust the settings welcome.
This commit is contained in:
parent
311c5bbb35
commit
4a1de735fa
6
.github/workflows/linter.yml
vendored
6
.github/workflows/linter.yml
vendored
@ -1,6 +1,10 @@
|
||||
name: GolangCI-Lint
|
||||
|
||||
on: [push, pull_request]
|
||||
on:
|
||||
push:
|
||||
branches: [ '!master' ]
|
||||
pull_request:
|
||||
branches: [ '!master' ]
|
||||
|
||||
jobs:
|
||||
golint:
|
||||
|
Loading…
x
Reference in New Issue
Block a user