Skip to content

Commit eb49aaa

Browse files
committed
update workflow
1 parent 9ed74c7 commit eb49aaa

File tree

1 file changed

+3
-25
lines changed

1 file changed

+3
-25
lines changed

.github/workflows/lint-and-test.yml

+3-25
Original file line numberDiff line numberDiff line change
@@ -2,31 +2,9 @@ name: Lint & Test
22

33
on:
44
push:
5-
paths:
6-
- "src/**"
7-
- ".github/workflows/**"
8-
- "public/**"
9-
- ".eslintrc.json"
10-
- "prettierrc.json"
11-
- ".yarnrc.yml"
12-
- "next-env.d.ts"
13-
- "next.config.js"
14-
- "package.json"
15-
- "tsconfig.json"
16-
- "yarn.lock"
17-
pull_request:
18-
paths:
19-
- ".github/workflows/**"
20-
- "src/**"
21-
- "public/**"
22-
- ".eslintrc.json"
23-
- "prettierrc.json"
24-
- ".yarnrc.yml"
25-
- "next-env.d.ts"
26-
- "next.config.js"
27-
- "package.json"
28-
- "tsconfig.json"
29-
- "yarn.lock"
5+
branches:
6+
- main
7+
pull_request:
308

319
jobs:
3210
packages:

0 commit comments

Comments
 (0)