From b5544c5b868f658768b754b9005e033c5af46034 Mon Sep 17 00:00:00 2001 From: Jose Daniel Lara Date: Thu, 29 Feb 2024 16:26:29 -0700 Subject: [PATCH] branch rename --- .github/workflows/docs.yml | 2 +- .github/workflows/format-check.yml | 2 +- README.md | 8 ++++---- docs/make.jl | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 261b424..7ea011e 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -3,7 +3,7 @@ name: Documentation on: push: branches: - - master + - main - 'release-' tags: '*' pull_request: diff --git a/.github/workflows/format-check.yml b/.github/workflows/format-check.yml index 75786f5..cf2bed0 100644 --- a/.github/workflows/format-check.yml +++ b/.github/workflows/format-check.yml @@ -3,7 +3,7 @@ name: Format Check on: push: branches: - - 'master' + - 'main' - 'release-' tags: '*' pull_request: diff --git a/README.md b/README.md index 6f845a3..87afbfc 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,15 @@ # PowerSystemsInvestments.jl -[![Master - CI](https://github.com/NREL-Sienna/PowerSystemsInvestments.jl/workflows/Master%20-%20CI/badge.svg)](https://github.com/NREL-Sienna/PowerSystemsInvestments.jl/actions/workflows/main-tests.yml) -[![codecov](https://codecov.io/gh/NREL-Sienna/PowerSystemsInvestments.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/NREL-Sienna/PowerSystemsInvestments.jl) +[![main - CI](https://github.com/NREL-Sienna/PowerSystemsInvestments.jl/workflows/main%20-%20CI/badge.svg)](https://github.com/NREL-Sienna/PowerSystemsInvestments.jl/actions/workflows/main-tests.yml) +[![codecov](https://codecov.io/gh/NREL-Sienna/PowerSystemsInvestments.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/NREL-Sienna/PowerSystemsInvestments.jl) [![Documentation Build](https://github.com/NREL-Sienna/PowerSystemsInvestments.jl/workflows/Documentation/badge.svg?)](https://nrel-sienna.github.io/PowerSystemsInvestments.jl/stable) [](https://join.slack.com/t/nrel-siip/shared_invite/zt-glam9vdu-o8A9TwZTZqqNTKHa7q3BpQ) [![PowerSystemsInvestments.jl Downloads](https://shields.io/endpoint?url=https://pkgs.genieframework.com/api/v1/badge/PowerSystemsInvestments)](https://pkgs.genieframework.com?packages=PowerSystemsInvestments) ## Development -Contributions to the development and enahancement of PowerSystemsInvestments is welcome. Please see [CONTRIBUTING.md](https://github.com/NREL-Sienna/PowerSystemsInvestments.jl/blob/master/CONTRIBUTING.md) for code contribution guidelines. +Contributions to the development and enahancement of PowerSystemsInvestments is welcome. Please see [CONTRIBUTING.md](https://github.com/NREL-Sienna/PowerSystemsInvestments.jl/blob/main/CONTRIBUTING.md) for code contribution guidelines. ## License -PowerSystemsInvestments is released under a BSD [license](https://github.com/NREL/PowerSystemsInvestments/blob/master/LICENSE). Sienna PACKAGE has been developed as part of A PROJECT at the U.S. Department of Energy's National Renewable Energy Laboratory ([NREL](https://www.nrel.gov/)) +PowerSystemsInvestments is released under a BSD [license](https://github.com/NREL/PowerSystemsInvestments/blob/main/LICENSE). Sienna PACKAGE has been developed as part of A PROJECT at the U.S. Department of Energy's National Renewable Energy Laboratory ([NREL](https://www.nrel.gov/)) diff --git a/docs/make.jl b/docs/make.jl index 9f16497..8172b07 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -20,7 +20,7 @@ deploydocs( repo="github.com/NREL-Sienna/PowerSystemsInvestments.git", target="build", branch="gh-pages", - devbranch="master", + devbranch="main", devurl="dev", push_preview=true, versions=["stable" => "v^", "v#.#"],