diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 6f8f684c..106b4751 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -1,5 +1,15 @@ name: Go -on: [push] +on: + push: + branches: [ master ] + pull_request: + branches: + - master + types: [opened, synchronize] + paths-ignore: + - '**/*.md' + workflow_dispatch: + jobs: lint: name: Lint