Skip to content

Commit 5f729f1

Browse files
committed
fix dat ish
1 parent be7d122 commit 5f729f1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/lint.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@ name: Lint, Format, and Type Check
22

33
on:
44
push:
5-
# branches:
6-
# - main
5+
branches:
6+
- "*"
77
paths:
88
- 'src/**'
99
- 'tests/**'
1010
- '.github/workflows/lint-and-type-check.yml'
1111
pull_request:
12-
# branches:
13-
# - main
12+
branches:
13+
- "*"
1414
paths:
1515
- 'src/**'
1616
- 'tests/**'

0 commit comments

Comments
 (0)