Skip to content

Commit

Permalink
Remove PR trigger from lint action
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurbdiniz committed Jul 13, 2020
1 parent f7af98b commit ffc4e7e
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:
tflint:
Expand Down

0 comments on commit ffc4e7e

Please sign in to comment.