Skip to content

Commit da28e44

Browse files
committed
ci: only run lint on push
Signed-off-by: Matt Gleich <git@mattglei.ch>
1 parent b0c6af4 commit da28e44

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name: lint
22

3-
on:
4-
- push
5-
- pull_request
3+
on: push
64

75
jobs:
86
eslint:

0 commit comments

Comments
 (0)