2
0
mirror of synced 2025-02-24 06:38:14 +00:00

Don't run linter on master branch

Super unimpressed with this pedantic rubbish. PRs to adjust the settings welcome.
This commit is contained in:
Matt Joiner 2021-08-22 16:59:40 +10:00
parent 311c5bbb35
commit 4a1de735fa

View File

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