Skip to content
This repository has been archived by the owner on Sep 22, 2023. It is now read-only.

Commit

Permalink
Rename master branch references to main (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
Twon authored Sep 5, 2021
1 parent e295340 commit 8b386a0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/code_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Code Coverage

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

env:
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.idea
.vscode
build
*.pyc
talks/.ipynb_checkpoints
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
[![license][badge.license]][license]
[![issues][badge.issues]][issues]

[badge.conan]: https://img.shields.io/github/workflow/status/jbcoe/polymorphic_value/Conan/master?label=Conan
[badge.conan]: https://img.shields.io/github/workflow/status/jbcoe/polymorphic_value/Conan/main?label=Conan
[badge.language]: https://img.shields.io/badge/language-C%2B%2B14-yellow.svg
[badge.codecov]: https://img.shields.io/codecov/c/github/jbcoe/polymorphic_value/master.svg?logo=codecov
[badge.license]: https://img.shields.io/badge/license-MIT-blue.svg
[badge.issues]: https://img.shields.io/github/issues/jbcoe/polymorphic_value.svg

[conan]: https://github.com/jbcoe/polymorphic_value/actions?query=workflow%3A%22Conan%22+branch%3Amaster
[conan]: https://github.com/jbcoe/polymorphic_value/actions?query=workflow%3A%22Conan%22+branch%3Amain
[codecov]: https://codecov.io/gh/jbcoe/polymorphic_value
[language]: https://en.wikipedia.org/wiki/C%2B%2B14
[license]: https://en.wikipedia.org/wiki/MIT_License
Expand Down

0 comments on commit 8b386a0

Please sign in to comment.