Skip to content

Commit 3f65ebe

Browse files
committed
update gh action
1 parent 30936f5 commit 3f65ebe

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/lint.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@ name: Lint and Type Check
22

33
on:
44
pull_request:
5-
branches: ['**']
5+
branches:
6+
- main
67
push:
7-
branches: ['main']
8+
branches:
9+
- main
810
workflow_call:
911

1012
jobs:

0 commit comments

Comments
 (0)