Skip to content

Commit

Permalink
ci: lint only when .ts files pushed
Browse files Browse the repository at this point in the history
  • Loading branch information
EnergoStalin committed Feb 27, 2024
1 parent 8a056db commit 2ae166e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
on:
pull_request:
types: ["opened", "ready_for_review", "review_requested"]
branches: ["master"]
push:
branches: ["master"]
paths:
- **.ts

jobs:
lint:
Expand Down

0 comments on commit 2ae166e

Please sign in to comment.