Skip to content

Commit 7adee94

Browse files
authored
chore: lint only on pull request (#1177)
1 parent 5b45827 commit 7adee94

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/lint.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Lint
22

3-
on: [push, pull_request]
3+
on:
4+
pull_request:
45

56
jobs:
67
lint:

0 commit comments

Comments
 (0)