Skip to content

Commit

Permalink
chore: it only analyzes pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
bitpredator authored Jul 25, 2023
1 parent 51c90d7 commit bdd1c20
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: [pull_request]
jobs:
lint:
name: Lint Resource
Expand Down

0 comments on commit bdd1c20

Please sign in to comment.