We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec4f3ba commit 0e904b0Copy full SHA for 0e904b0
.github/workflows/ci.yml
@@ -2,7 +2,7 @@ name: CI
2
3
on:
4
push:
5
- branches: [master]
+ branches: [main]
6
paths:
7
- "**.ts"
8
- "tsconfig.json"
@@ -13,7 +13,7 @@ on:
13
- "pnpm-lock.yaml"
14
- ".github/workflows/ci.yml"
15
pull_request:
16
17
18
19
.github/workflows/eslint.yml
@@ -2,7 +2,7 @@ name: ESLint
- "package.json"
@@ -11,7 +11,7 @@ on:
11
- ".eslintignore"
12
- ".github/workflows/eslint.yml"
0 commit comments