Skip to content

Commit

Permalink
master -> main
Browse files Browse the repository at this point in the history
  • Loading branch information
jd-lara committed May 1, 2023
1 parent 517e7c4 commit 6cd978c
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cross-package-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: CrossPackageTest

on:
push:
branches: [master]
branches: [main]
tags: [v*]
pull_request:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/format-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Format Check
on:
push:
branches:
- 'master'
- 'main'
- 'release-'
tags: '*'
pull_request:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Master - CI
name: Main - CI

on:
push:
branches:
- master
- main
schedule:
- cron: 0 * * * *
jobs:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# PowerSystemCaseBuilder.jl

[![Master - CI](https://github.com/NREL-Sienna/PowerSystemCaseBuilder.jl/workflows/Master%20-%20CI/badge.svg)](https://github.com/NREL-Sienna/PowerSystemCaseBuilder.jl/actions/workflows/master-tests.yml)
[![codecov](https://codecov.io/gh/NREL-Sienna/PowerSystemCaseBuilder.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/NREL-Sienna/PowerSystemCaseBuilder.jl)
[![Main - CI](https://github.com/NREL-Sienna/PowerSystemCaseBuilder.jl/workflows/Main%20-%20CI/badge.svg)](https://github.com/NREL-Sienna/PowerSystemCaseBuilder.jl/actions/workflows/main-tests.yml)
[![codecov](https://codecov.io/gh/NREL-Sienna/PowerSystemCaseBuilder.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/NREL-Sienna/PowerSystemCaseBuilder.jl)
[<img src="https://img.shields.io/badge/slack-@SIIP/PSB-blue.svg?logo=slack">](https://join.slack.com/t/nrel-sienna/shared_invite/zt-glam9vdu-o8A9TwZTZqqNTKHa7q3BpQ)
[![PowerSystemCaseBuilder.jl Downloads](https://shields.io/endpoint?url=https://pkgs.genieframework.com/api/v1/badge/PowerSystemCaseBuilder)](https://pkgs.genieframework.com?packages=PowerSystemCaseBuilder)

Expand Down
2 changes: 1 addition & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ deploydocs(
repo = "github.com/NREL-Sienna/PowerSystemCaseBuilder.jl.git",
target = "build",
branch = "gh-pages",
devbranch = "master",
devbranch = "main",
devurl = "dev",
versions = ["stable" => "v^", "v#.#"],
)
2 changes: 1 addition & 1 deletion docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ The latest stable release of PowerSystemCaseBuilder can be installed using the J
For the current development version, "checkout" this package with

```julia
] add PowerSystemCaseBuilder#master
] add PowerSystemCaseBuilder#main
```

------------
Expand Down

0 comments on commit 6cd978c

Please sign in to comment.