Skip to content

Commit a595117

Browse files
authored
devops: rename default branch to main (#1027)
1 parent 5b7bb19 commit a595117

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ name: CI
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77
- release-*
88
pull_request:
99
branches:
10-
- master
10+
- main
1111
- release-*
1212

1313
jobs:

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ pre-commit install
4747
pre-commit run --all-files
4848
```
4949

50-
For more details look at the [CI configuration](./blob/master/.github/workflows/ci.yml).
50+
For more details look at the [CI configuration](./blob/main/.github/workflows/ci.yml).
5151

5252
Collect coverage
5353

0 commit comments

Comments
 (0)