Skip to content

Commit

Permalink
gh action: Run golangci-lint on master branch too. (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrilgdn authored Aug 22, 2021
1 parent 66b48fb commit c9f451f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/golangci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Golangci-Lint

on: [pull_request]
on:
push:
branches:
- master
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
Expand Down

0 comments on commit c9f451f

Please sign in to comment.