Skip to content

Commit 64fbf23

Browse files
committed
feat: lint trigger
1 parent c715f35 commit 64fbf23

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/lint.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
name: Lint
22

33
on:
4-
push:
54
pull_request:
5+
branches:
6+
- main
7+
push:
8+
branches:
9+
- main
610

711
jobs:
812
lint:

0 commit comments

Comments
 (0)