Skip to content

Commit 33e8d4c

Browse files
committed
aaaaaaaaa
1 parent c2dc328 commit 33e8d4c

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

.github/workflows/lint.yml

+1-12
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,6 @@
11
name: Lint, Format, and Type Check
22

3-
on:
4-
push:
5-
branches:
6-
- "*"
7-
paths:
8-
- 'chiya/**'
9-
pull_request:
10-
branches:
11-
- "*"
12-
paths:
13-
- 'chiya/**'
14-
workflow_dispatch:
3+
on: [push, pull_request, workflow_dispatch]
154

165
defaults:
176
run:

0 commit comments

Comments
 (0)