Skip to content

Commit 03cbadf

Browse files
authored
Renaming master branch main (#135)
1 parent 2848caa commit 03cbadf

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/linting.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: linting
22

33
on:
44
pull_request:
5-
push: { branches: [master] }
5+
push: { branches: [main] }
66

77
jobs:
88
black:

.github/workflows/pytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: pytest
22

33
on:
44
pull_request:
5-
branches: [ "master" ]
5+
branches: [ "main" ]
66

77
workflow_dispatch:
88

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Python wrappers for Sumo APIs
44

55
## Install:
66

7-
pip install git+ssh://git@github.com/equinor/sumo-wrapper-python.git@master
7+
pip install git+ssh://git@github.com/equinor/sumo-wrapper-python.git@main
88

99
For internal Equinor users, this package is available through the Komodo
1010
distribution.

0 commit comments

Comments
 (0)