Skip to content

Commit e5d0916

Browse files
committed
Update lint workflow
1 parent bc1ee32 commit e5d0916

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/test.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
name: Lint tests
2-
on: [push, pull_request]
2+
on:
3+
push:
4+
branches:
5+
- main
6+
pull_request:
37
jobs:
48
build:
59
name: Lint tests (node latest)

0 commit comments

Comments
 (0)