We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ed74c7 commit eb49aaaCopy full SHA for eb49aaa
.github/workflows/lint-and-test.yml
@@ -2,31 +2,9 @@ name: Lint & Test
2
3
on:
4
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
19
20
21
22
23
24
25
26
27
28
29
+ branches:
+ - main
+ pull_request:
30
31
jobs:
32
packages:
0 commit comments