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 5b7bb19 commit a595117Copy full SHA for a595117
.github/workflows/ci.yml
@@ -3,11 +3,11 @@ name: CI
3
on:
4
push:
5
branches:
6
- - master
+ - main
7
- release-*
8
pull_request:
9
10
11
12
13
jobs:
CONTRIBUTING.md
@@ -47,7 +47,7 @@ pre-commit install
47
pre-commit run --all-files
48
```
49
50
-For more details look at the [CI configuration](./blob/master/.github/workflows/ci.yml).
+For more details look at the [CI configuration](./blob/main/.github/workflows/ci.yml).
51
52
Collect coverage
53
0 commit comments