Skip to content

Commit

Permalink
run lint only on PR
Browse files Browse the repository at this point in the history
  • Loading branch information
baruchiro committed Oct 22, 2024
1 parent 4b2581b commit dfb0d57
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,6 @@ name: Lint

on:
workflow_dispatch:
push:
paths:
- '**.js'
- '**.mjs'
- '**.cjs'
- '**.jsx'
- '**.ts'
- '**.mts'
- '**.cts'
- '**.tsx'
- '**.vue'
pull_request:
paths:
- '**.js'
Expand Down

0 comments on commit dfb0d57

Please sign in to comment.