Skip to content

Commit e008fae

Browse files
run lint workflow on pushes to main branch and for PRs
1 parent 927d5b1 commit e008fae

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/lint.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,12 @@
22
name: Lint
33

44
on:
5-
- push
5+
push:
6+
branches:
7+
- main
8+
pull_request:
9+
branches:
10+
- main
611

712
jobs:
813
lint:

0 commit comments

Comments
 (0)