We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2848caa commit 03cbadfCopy full SHA for 03cbadf
3 files changed
.github/workflows/linting.yml
@@ -2,7 +2,7 @@ name: linting
2
3
on:
4
pull_request:
5
- push: { branches: [master] }
+ push: { branches: [main] }
6
7
jobs:
8
black:
.github/workflows/pytest.yml
@@ -2,7 +2,7 @@ name: pytest
- branches: [ "master" ]
+ branches: [ "main" ]
workflow_dispatch:
README.md
@@ -4,7 +4,7 @@ Python wrappers for Sumo APIs
## Install:
- pip install git+ssh://git@github.com/equinor/sumo-wrapper-python.git@master
+ pip install git+ssh://git@github.com/equinor/sumo-wrapper-python.git@main
9
For internal Equinor users, this package is available through the Komodo
10
distribution.
0 commit comments