Skip to content

Commit

Permalink
Rename master branch to main (#164)
Browse files Browse the repository at this point in the history
  • Loading branch information
roywilly authored May 2, 2023
1 parent 66b3a46 commit 405dfd0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: Build and deploy docs for fmu-sumo

on:
pull_request:
branches: [master, docs]
branches: [main, docs]
push:
branches: [master, docs]
branches: [main, docs]

jobs:
build_pywheels:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build and test fmu-sumo

on:
pull_request:
branches: [master]
branches: [main]

jobs:
build_pywheels:
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PyYAML>=5.4
pandas>=1.1.3
deprecation
sumo-wrapper-python @ git+https://github.com/equinor/sumo-wrapper-python.git@master#egg=sumo-wrapper-python
sumo-wrapper-python @ git+https://github.com/equinor/sumo-wrapper-python.git@main#egg=sumo-wrapper-python
xtgeo
azure-core
pyarrow; python_version > "3.6.1"
Expand Down

0 comments on commit 405dfd0

Please sign in to comment.