Skip to content

Commit

Permalink
only run lint for pushes
Browse files Browse the repository at this point in the history
  • Loading branch information
lestrrat committed Jan 12, 2021
1 parent c3dedca commit f50f608
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: lint
on: [push, pull_request]
on: [push]
jobs:
golangci:
name: lint
Expand Down

0 comments on commit f50f608

Please sign in to comment.