Skip to content

Commit

Permalink
Rename master branch to main
Browse files Browse the repository at this point in the history
  • Loading branch information
jcrivenaes committed Apr 28, 2023
1 parent 846cbf5 commit 4a0709e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_scripts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Tests

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

jobs:
testing:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test_vs_ert.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Test vs ERT

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

jobs:
test_vs_ert:
Expand Down
2 changes: 1 addition & 1 deletion HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ History

See commits and releases on Github:

* https://github.com/equinor/xtgeoapp-grd3dmaps/commits/master
* https://github.com/equinor/xtgeoapp-grd3dmaps/commits/main
* https://github.com/equinor/xtgeoapp-grd3dmaps/releases
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.. image:: https://travis-ci.com/equinor/xtgeoapp-grd3dmaps.svg?token=6jQHz1Rt4hEEy4skfFKt&branch=master
.. image:: https://travis-ci.com/equinor/xtgeoapp-grd3dmaps.svg?token=6jQHz1Rt4hEEy4skfFKt&branch=main
:target: https://travis-ci.com/equinor/xtgeoapp-grd3dmaps
.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
:target: https://github.com/psf/black
Expand Down

0 comments on commit 4a0709e

Please sign in to comment.